aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
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/gui/gnome-cal.c
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/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c2
1 files changed, 2 insertions, 0 deletions
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