From da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 25 May 1999 19:29:41 +0000 Subject: Removed unused macro CALENDAR_HEIGHT. 1999-05-25 Federico Mena Quintero * year-view.c: Removed unused macro CALENDAR_HEIGHT. svn path=/trunk/; revision=940 --- calendar/gui/year-view.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/year-view.c b/calendar/gui/year-view.c index ac4313e6ed..6b338bfdec 100644 --- a/calendar/gui/year-view.c +++ b/calendar/gui/year-view.c @@ -21,8 +21,6 @@ #define TITLE_SPACING 1 /* Spacing between title and calendar */ #define SPACING 4 /* Spacing between months */ -#define CALENDAR_HEIGHT 600 /* Height of the entire year view. */ - static void year_view_class_init (YearViewClass *class); static void year_view_init (YearView *yv); -- cgit v1.2.3