about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarc <marc>2008-01-02 20:54:32 +0000
committermarc <marc>2008-01-02 20:54:32 +0000
commit381ba77e031384c440d28668b93ab4cb17e0d623 (patch)
treedcab181559fabcdf4e8c4f2c8cdcac4dbdf12026
parent01a3f493d6ff55f0c054329bb81941ff133e1f47 (diff)
downloadcwm-381ba77e031384c440d28668b93ab4cb17e0d623.tar.gz
cwm-381ba77e031384c440d28668b93ab4cb17e0d623.tar.xz
cwm-381ba77e031384c440d28668b93ab4cb17e0d623.zip
remove declaration of removed function
Reminded by matthieu@  (thanks!)
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index da30b5d..2d38e71 100644
--- a/calmwm.h
+++ b/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);