projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2886bd5
)
Removed no more needed variable declaration.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 20 Dec 2012 15:17:55 +0000
(16:17 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 20 Dec 2012 15:17:55 +0000
(16:17 +0100)
src/command.c
patch
|
blob
|
history
diff --git
a/src/command.c
b/src/command.c
index
aa226b9
..
570fd99
100644
(file)
--- a/
src/command.c
+++ b/
src/command.c
@@
-24,10
+24,6
@@
#include "completion.h"
#include "hints.h"
-extern const char *inputbox_font[2];
-extern const char *inputbox_fg[2];
-extern const char *inputbox_bg[2];
-
static CommandInfo cmd_list[] = {
/* command function arg mode */
{"open", command_open, {VP_TARGET_CURRENT, ""}, VP_MODE_NORMAL},