summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2009-12-07 19:42:59 +0000
committerokan <okan>2009-12-07 19:42:59 +0000
commit4e2014863b7572aafbab77dd6482cfa74bf35110 (patch)
tree134c42993fce69d7efaf6b87938c915f4bb826cc
parent42bf29fb20349b0c92307a4a9c503bee3e8e9039 (diff)
downloadcwm-4e2014863b7572aafbab77dd6482cfa74bf35110.tar.gz
cwm-4e2014863b7572aafbab77dd6482cfa74bf35110.tar.xz
cwm-4e2014863b7572aafbab77dd6482cfa74bf35110.zip
remove unused extern
ok oga@
-rw-r--r--conf.c2
1 files changed, 0 insertions, 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)