aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
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 *),