diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/year-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |