summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-01-03 01:58:16 +0000
committeroga <oga>2008-01-03 01:58:16 +0000
commit847191cff3d72264f815738f045ff749d6d8ea18 (patch)
treebb8bd334baa555dabcaafcbc27210017417551c2 /calmwm.h
parentf82afee4e2368cdfdaab0c8151de1f4a37371b5f (diff)
downloadcwm-847191cff3d72264f815738f045ff749d6d8ea18.tar.gz
cwm-847191cff3d72264f815738f045ff749d6d8ea18.tar.xz
cwm-847191cff3d72264f815738f045ff749d6d8ea18.zip
Kill draw.c, nothing uses the code in it.
More dead code removals to come.

ok marc@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 2d38e71..67a2a80 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -446,8 +446,6 @@ void kbfunc_ssh(struct client_ctx *, void *);
 void kbfunc_term(struct client_ctx *cc, void *arg);
 void kbfunc_lock(struct client_ctx *cc, void *arg);
 
-void draw_outline(struct client_ctx *);
-
 void  search_init(struct screen_ctx *);
 struct menu *search_start(struct menu_q *menuq,
     void (*match)(struct menu_q *, struct menu_q *, char *),