From 2c0d713f664254687904d517f367cc333f6aad60 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 20 Dec 2012 16:17:55 +0100 Subject: [PATCH] Removed no more needed variable declaration. --- src/command.c | 4 ---- 1 file changed, 4 deletions(-) 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}, -- 2.20.1