From: Daniel Carl Date: Thu, 4 Dec 2014 21:10:26 +0000 (+0100) Subject: Remove function declaration that does not exists. X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=c112f196db03b558ae2ac876fe65dab627294bba;p=vimb.git Remove function declaration that does not exists. --- diff --git a/src/normal.h b/src/normal.h index 38a51cb..ac2eae0 100644 --- a/src/normal.h +++ b/src/normal.h @@ -26,6 +26,5 @@ void normal_enter(void); void normal_leave(void); VbResult normal_keypress(int key); -void normal_showcmd(int c); #endif /* end of include guard: _NORMAL_H */