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.gz
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);
ogheader'>* - Convert to stagingmat2014-01-261-13/+8 | | | | | | | | - Add license - Rename patch to follow makepatch naming - Use new options knobs Sponsored by: Absolight * Fix cluster build failure:gjb2013-09-261-0/+2 | | | | | | | - Add USE_PYTHON_RUN - Bump PORTREVISION Submitted by: pkg-fallout@ * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-2/+1 | | | | textproc) * Update to 1.6.gjb2013-05-072-3/+3 | * Update MASTERSITES for my server to use httpsgjb2013-04-261-1/+1 | * - Update to 1.5.gjb2013-04-262-6/+3 | | | | - Remove leading comments in Makefile. * - Update to 1.4culot2012-03-032-3/+5 | | | | | PR: ports/165629 Submitted by: gjb@ (maintainer) * - update to 1.3eadler2011-12-112-3/+3 | | | | | | PR: ports/163174 Submitted by: gjb@freebsd.org (maintainer) Feature safe: yes * - Update to 1.2culot2011-10-012-3/+3 | | | | | PR: ports/161163 Submitted by: gjb@ (maintainer) * - Update to 1.1.1culot2011-08-242-3/+3 | | | | | PR: ports/160056 Submitted by: gjb@ (maintainer) * - Update MASTER_SITESsunpoet2011-08-172-3/+4 | | | | | | | - Do not bump PORTREVISION as the source is unchanged PR: ports/159825 Submitted by: gjb (maintainer)