From 4e2014863b7572aafbab77dd6482cfa74bf35110 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 7 Dec 2009 19:42:59 +0000 Subject: [PATCH] remove unused extern ok oga@ --- conf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.c b/conf.c index 3f54253..b7bf52b 100644 --- a/conf.c +++ b/conf.c @@ -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)