diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-05-26 03:29:41 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-05-26 03:29:41 +0800 |
commit | da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9 (patch) | |
tree | 159827b1b59c4f0654a0fbdcc30186603893f026 /calendar/gui/year-view.c | |
parent | ede0790b5c953edf0a14dae1f75fa449d5c3286a (diff) | |
download | gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar.gz gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar.bz2 gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar.lz gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar.xz gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.tar.zst gsoc2013-evolution-da4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9.zip |
Removed unused macro CALENDAR_HEIGHT.
1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx>
* year-view.c: Removed unused macro CALENDAR_HEIGHT.
svn path=/trunk/; revision=940
Diffstat (limited to 'calendar/gui/year-view.c')
-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); |