diff options
author | Daniel Carl <danielcarl@gmx.de> | 2014-12-04 22:10:26 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2014-12-04 22:10:26 +0100 |
commit | c112f196db03b558ae2ac876fe65dab627294bba (patch) | |
tree | 32499672be0eabdb81fd68dbf823a7971e0e69a7 /src/normal.h | |
parent | ab5dd2bac0cfd72b7b23cee8411352fef46929fa (diff) |
Remove function declaration that does not exists.
Diffstat (limited to 'src/normal.h')
-rw-r--r-- | src/normal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |