diff options
Diffstat (limited to 'calendar/modules/e-cal-shell-view-private.h')
-rw-r--r-- | calendar/modules/e-cal-shell-view-private.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/calendar/modules/e-cal-shell-view-private.h b/calendar/modules/e-cal-shell-view-private.h index af492618e9..16a06ccd9b 100644 --- a/calendar/modules/e-cal-shell-view-private.h +++ b/calendar/modules/e-cal-shell-view-private.h @@ -47,6 +47,7 @@ #include "calendar/gui/dialogs/memo-editor.h" #include "calendar/gui/dialogs/task-editor.h" +#include "e-cal-shell-backend.h" #include "e-cal-shell-content.h" #include "e-cal-shell-sidebar.h" #include "e-cal-shell-view-actions.h" @@ -90,11 +91,8 @@ enum { struct _ECalShellViewPrivate { - /*** Module Data ***/ - - ESourceList *source_list; - /* These are just for convenience. */ + ECalShellBackend *cal_shell_backend; ECalShellContent *cal_shell_content; ECalShellSidebar *cal_shell_sidebar; |