From 1b1b4fdaa38fe2b5af8e641b85a67a3d63d457e0 Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 2 Jan 2008 20:54:32 +0000 Subject: [PATCH] remove declaration of removed function Reminded by matthieu@ (thanks!) --- app/cwm/calmwm.h | 4 +--- 1 file changed, 1 insertion(+), 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 * 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);