diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2008-01-02 20:54:33 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2008-01-02 20:54:33 +0000 |
commit | d098983e0be41acd4adc153d5a98871784ee9d5f (patch) | |
tree | ab39f4fe825f745227b482fbcb5804affc3df13e /app | |
parent | e1984db087093f9e2add90e5c51f7cac226a9cd1 (diff) |
remove declaration of removed function
Reminded by matthieu@ (thanks!)
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/calmwm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 075fc2f9a..5b011647e 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: calmwm.h,v 1.13 2007/11/28 16:35:52 ian Exp $ + * $Id: calmwm.h,v 1.14 2008/01/02 20:54:32 marc Exp $ */ #ifndef _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); |