aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1999-05-26 03:29:41 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-05-26 03:29:41 +0800
commitda4d8a88c8f9534ea0f3b65d72649e8b4f3f32f9 (patch)
tree159827b1b59c4f0654a0fbdcc30186603893f026
parentede0790b5c953edf0a14dae1f75fa449d5c3286a (diff)
downloadgsoc2013-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
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/year-view.c2
-rw-r--r--calendar/year-view.c2
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);