aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/gnome-cal.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5219852ecf..766258fc97 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-19 Christopher James Lahey <clahey@helixcode.com>
+
+ * gui/gnome-cal.c: Removed prototype for setup_alarm to fix a
+ warning.
+
2000-12-18 Federico Mena Quintero <federico@helixcode.com>
Alarm instance generation support for the Wombat.
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index ac43fbe438..3177912695 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -160,7 +160,9 @@ static gboolean gnome_calendar_get_days_shown (GnomeCalendar *gcal,
static GtkVBoxClass *parent_class;
+#if 0
static void setup_alarm (GnomeCalendar *cal, CalAlarmInstance *ai);
+#endif