summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-01-08 20:21:43 +0000
committeroga <oga>2008-01-08 20:21:43 +0000
commit3de5c68888ab62ceabfe7f435cc300d8c7725075 (patch)
tree16ae4db2b82b4ce128fa21ef9fbb27e320b376ed /calmwm.h
parent160d6aa910416ac7393876f6330b0a34371f7d69 (diff)
downloadcwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.tar.gz
cwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.tar.xz
cwm-3de5c68888ab62ceabfe7f435cc300d8c7725075.zip
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 67a2a80..d8bcebe 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -482,8 +482,6 @@ void group_autogroup(struct client_ctx *);
 
 void notification_init(struct screen_ctx *);
 
-Cursor cursor_bigarrow();
-
 void font_init(struct screen_ctx *sc);
 struct fontdesc *font_get(struct screen_ctx *sc, const char *name);
 int font_width(struct fontdesc *fdp, const char *text, int len);