aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-20 00:17:46 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-20 00:17:46 +0800
commit4a62012e26a025e29ebcf4011b7da67abbb48901 (patch)
treeb1128ac320652b183dd9c9d2023f710340e8ae50 /calendar
parentb5eefb58b7d43473425da80de0803b2f560b156f (diff)
downloadgsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar.gz
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar.bz2
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar.lz
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar.xz
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.tar.zst
gsoc2013-evolution-4a62012e26a025e29ebcf4011b7da67abbb48901.zip
Removed prototype for setup_alarm to fix a warning.
2000-12-19 Christopher James Lahey <clahey@helixcode.com> * gui/gnome-cal.c: Removed prototype for setup_alarm to fix a warning. svn path=/trunk/; revision=7081
Diffstat (limited to 'calendar')
-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