projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5dd2b
)
Remove function declaration that does not exists.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 4 Dec 2014 21:10:26 +0000
(22:10 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 4 Dec 2014 21:10:26 +0000
(22:10 +0100)
src/normal.h
patch
|
blob
|
history
diff --git
a/src/normal.h
b/src/normal.h
index
38a51cb
..
ac2eae0
100644
(file)
--- 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 */