diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 42a1ced9f7..e4d5ee72db 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -298,11 +298,6 @@ struct _EWeekView gint editing_event_num; gint editing_span_num; - /* This is TRUE if we are editing an event which we have just created. - We ignore the "update_event" callback which we will get from the - server when the event is added. */ - gboolean editing_new_event; - /* The event that the context menu is for. */ gint popup_event_num; |