From: Daniel Carl Date: Thu, 20 Dec 2012 15:17:55 +0000 (+0100) Subject: Removed no more needed variable declaration. X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=2c0d713f664254687904d517f367cc333f6aad60;p=vimb.git Removed no more needed variable declaration. --- diff --git a/src/command.c b/src/command.c index aa226b9..570fd99 100644 --- 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},