From 4a62012e26a025e29ebcf4011b7da67abbb48901 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 19 Dec 2000 16:17:46 +0000 Subject: Removed prototype for setup_alarm to fix a warning. 2000-12-19 Christopher James Lahey * gui/gnome-cal.c: Removed prototype for setup_alarm to fix a warning. svn path=/trunk/; revision=7081 --- calendar/ChangeLog | 5 +++++ calendar/gui/gnome-cal.c | 2 ++ 2 files changed, 7 insertions(+) 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 + + * gui/gnome-cal.c: Removed prototype for setup_alarm to fix a + warning. + 2000-12-18 Federico Mena Quintero 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 -- cgit v1.2.3