diff options
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r-- | calendar/gui/event-editor.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h index 0c7e1f34c7..1be61eb860 100644 --- a/calendar/gui/event-editor.h +++ b/calendar/gui/event-editor.h @@ -67,17 +67,8 @@ void event_editor_focus (EventEditor *ee); void event_editor_update_widgets (EventEditor *ee); -#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); -GtkWidget *date_edit_new (time_t the_time, int show_time); - GtkWidget *make_spin_button (int val, int low, int high); |