diff options
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/year-view.c | 2 | ||||
-rw-r--r-- | calendar/year-view.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cb0e6fe97c..23a6eee2eb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx> + * year-view.c: Removed unused macro CALENDAR_HEIGHT. + +1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx> + * year-view.c (idle_handler): Set the canvas scroll region here, not in size_allocate(). Also, use the correct width and height based on the allocation and the precomputed minimum width/height 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); diff --git a/calendar/year-view.c b/calendar/year-view.c index ac4313e6ed..6b338bfdec 100644 --- a/calendar/year-view.c +++ b/calendar/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); |