aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarc2008-01-02 20:54:32 +0000
committermarc2008-01-02 20:54:32 +0000
commitcb293e80c5174df26a2a16b054dd07da6f0af943 (patch)
tree288cfb52f23b7ef9d9e196de6bdc2c2052babcd2
parentc42ceeb654278975a507e935bf613d650894d34c (diff)
downloadcwm-cb293e80c5174df26a2a16b054dd07da6f0af943.tar.gz
remove declaration of removed function
Reminded by matthieu@ (thanks!)
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 075fc2f..5b01164 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.13 2007/11/28 16:35:52 ian Exp $
+ * $Id: calmwm.h,v 1.14 2008/01/02 20:54:32 marc Exp $
*/
#ifndef _CALMWM_H_
@@ -484,8 +484,6 @@ void group_autogroup(struct client_ctx *);
void notification_init(struct screen_ctx *);
-struct client_ctx *geographic_west(struct client_ctx *);
-
Cursor cursor_bigarrow();
void font_init(struct screen_ctx *sc);