diff options
Diffstat (limited to 'modules/calendar/e-cal-shell-backend.h')
-rw-r--r-- | modules/calendar/e-cal-shell-backend.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/calendar/e-cal-shell-backend.h b/modules/calendar/e-cal-shell-backend.h index 0907c7edee..c3058af53e 100644 --- a/modules/calendar/e-cal-shell-backend.h +++ b/modules/calendar/e-cal-shell-backend.h @@ -23,7 +23,6 @@ #define E_CAL_SHELL_BACKEND_H #include <shell/e-shell-backend.h> -#include <libedataserver/e-source-list.h> /* Standard GObject macros */ #define E_TYPE_CAL_SHELL_BACKEND \ @@ -62,13 +61,6 @@ struct _ECalShellBackendClass { GType e_cal_shell_backend_get_type (void); void e_cal_shell_backend_type_register (GTypeModule *type_module); -ESourceList * e_cal_shell_backend_get_source_list - (ECalShellBackend *cal_shell_backend); -GSList * e_cal_shell_backend_get_selected_calendars - (ECalShellBackend *cal_shell_backend); -void e_cal_shell_backend_set_selected_calendars - (ECalShellBackend *cal_shell_backend, - GSList *selected_calendars); void e_cal_shell_backend_open_date_range (ECalShellBackend *cal_shell_backend, const GDate *start_date, |