diff options
Diffstat (limited to 'calendar/gui/e-tasks.h')
-rw-r--r-- | calendar/gui/e-tasks.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/calendar/gui/e-tasks.h b/calendar/gui/e-tasks.h index b88e495dcc..e901a7608f 100644 --- a/calendar/gui/e-tasks.h +++ b/calendar/gui/e-tasks.h @@ -25,6 +25,7 @@ #ifndef _E_TASKS_H_ #define _E_TASKS_H_ +#include <bonobo/bonobo-ui-component.h> #include <gtk/gtktable.h> #include <cal-client/cal-client.h> #include "e-calendar-table.h" @@ -79,8 +80,4 @@ void e_tasks_discard_view_menus (ETasks *tasks); ECalendarTable *e_tasks_get_calendar_table (ETasks *tasks); -/* This updates all the preference settings for all the ETasks widgets in use. - */ -void e_tasks_update_all_config_settings (void); - #endif /* _E_TASKS_H_ */ |