aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-model.h')
-rw-r--r--calendar/gui/calendar-model.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/calendar/gui/calendar-model.h b/calendar/gui/calendar-model.h
index c06b1f3f48..5e1350100d 100644
--- a/calendar/gui/calendar-model.h
+++ b/calendar/gui/calendar-model.h
@@ -52,8 +52,6 @@ struct _CalendarModel {
struct _CalendarModelClass {
ETableModelClass parent_class;
-
- void (* categories_changed) (CalendarModel *model);
};
GtkType calendar_model_get_type (void);
@@ -88,10 +86,8 @@ icaltimezone* calendar_model_get_timezone (CalendarModel *model);
void calendar_model_set_timezone (CalendarModel *model,
icaltimezone *zone);
-GTree* calendar_model_get_categories (CalendarModel *model);
-
void calendar_model_set_default_category (CalendarModel *model,
- gchar *default_category);
+ const char *default_category);