diff options
author | oga | 2008-01-03 01:58:16 +0000 |
---|---|---|
committer | oga | 2008-01-03 01:58:16 +0000 |
commit | 01e81487afb71345f5fad8c1dd61ccaa551a84be (patch) | |
tree | e773036416acab43db1ea6d0d48e4af84fe96a5d /calmwm.h | |
parent | 5db1823209826021ce6753f79f1e38e70187727e (diff) | |
download | cwm-01e81487afb71345f5fad8c1dd61ccaa551a84be.tar.gz |
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.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: calmwm.h,v 1.14 2008/01/02 20:54:32 marc Exp $ + * $Id: calmwm.h,v 1.15 2008/01/03 01:58:16 oga Exp $ */ #ifndef _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 *), |