remove unused extern

ok oga@
This commit is contained in:
okan 2009-12-07 19:42:59 +00:00
parent 42bf29fb20
commit 4e2014863b

2
conf.c
View File

@ -31,8 +31,6 @@
static void conf_mouseunbind(struct conf *, struct mousebinding *);
static void conf_unbind(struct conf *, struct keybinding *);
extern struct screen_ctx *Curscreen;
/* Add an command menu entry to the end of the menu */
void
conf_cmd_add(struct conf *c, char *image, char *label, int flags)