diff options
Diffstat (limited to '')
-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); |