diff options
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r-- | calendar/gui/event-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h index 00646afd75..b3a9550555 100644 --- a/calendar/gui/event-editor.h +++ b/calendar/gui/event-editor.h @@ -70,10 +70,12 @@ GtkWidget *event_editor_construct (EventEditor *ee, GnomeCalendar *gcal, iCalObj GtkWidget *event_editor_new (GnomeCalendar *gcal, iCalObject *ico); +#if 0 /* Convenience function to create and show a new event editor for an * event that goes from day_begin to day_end of the specified day. */ void event_editor_new_whole_day (GnomeCalendar *owner, time_t day); +#endif GtkWidget *make_date_edit (void); GtkWidget *make_date_edit_with_time (void); |