From 910e86eba685c2eddbd9ebd48b25391490d5f24b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 23 May 2000 20:52:12 +0000 Subject: Commit for if my laptop dies - Federico svn path=/trunk/; revision=3185 --- calendar/gui/calendar-commands.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'calendar/gui/calendar-commands.h') diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index 50cc2b85b6..a3e5f5393c 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -106,17 +106,6 @@ void calendar_set_uri (GnomeCalendar *gcal, char *calendar_file); /* FIXME -- where should this stuff go? */ /*----------------------------------------------------------------------*/ -/* This is only used by the calendar_get_events_in_range routine to get - * a list of objects that recur on a specific date - */ -typedef struct { - time_t ev_start; - time_t ev_end; - iCalObject *ico; -} CalendarObject; - -GList *calendar_get_events_in_range (CalClient *calc, - time_t start, time_t end); void calendar_iterate (GnomeCalendar *cal, time_t start, time_t end, -- cgit v1.2.3