diff options
author | okan | 2009-12-07 19:42:59 +0000 |
---|---|---|
committer | okan | 2009-12-07 19:42:59 +0000 |
commit | 862a28640ec7c68666539fae271bbd525c56b023 (patch) | |
tree | 82aaa6a295fb0de81c0c4f890b604b90018820fd /conf.c | |
parent | f770fbbb8001ca6a22e8fc2e23efe287821f1540 (diff) | |
download | cwm-862a28640ec7c68666539fae271bbd525c56b023.tar.gz |
remove unused extern
ok oga@
Diffstat (limited to '')
-rw-r--r-- | conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: conf.c,v 1.70 2009/08/25 12:05:11 okan Exp $ + * $Id: conf.c,v 1.71 2009/12/07 19:42:59 okan Exp $ */ #include "headers.h" @@ -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) |