aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-01-08 20:21:43 +0000
committeroga2008-01-08 20:21:43 +0000
commit6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7 (patch)
treef18aca0a2b10ff37029628ccfff6480a1f3db75f /calmwm.h
parent12931679ea1845d2adf4c9171e175a334e4f2902 (diff)
downloadcwm-6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7.tar.gz
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 6288f45..14deed4 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.15 2008/01/03 01:58:16 oga Exp $
+ * $Id: calmwm.h,v 1.16 2008/01/08 20:21:43 oga Exp $
*/
#ifndef _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);