diff options
author | oga | 2008-01-08 20:21:43 +0000 |
---|---|---|
committer | oga | 2008-01-08 20:21:43 +0000 |
commit | 6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7 (patch) | |
tree | f18aca0a2b10ff37029628ccfff6480a1f3db75f /calmwm.h | |
parent | 12931679ea1845d2adf4c9171e175a334e4f2902 (diff) | |
download | cwm-6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7.tar.gz |
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |