From c112f196db03b558ae2ac876fe65dab627294bba Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 4 Dec 2014 22:10:26 +0100 Subject: [PATCH] Remove function declaration that does not exists. --- src/normal.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1