aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-01-03 01:58:16 +0000
committeroga2008-01-03 01:58:16 +0000
commit01e81487afb71345f5fad8c1dd61ccaa551a84be (patch)
treee773036416acab43db1ea6d0d48e4af84fe96a5d /calmwm.h
parent5db1823209826021ce6753f79f1e38e70187727e (diff)
downloadcwm-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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 5b01164..6288f45 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *),