diff options
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r-- | calendar/gui/e-calendar-table.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index e91886b5d4..0abcd4be0e 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -36,16 +36,13 @@ G_BEGIN_DECLS * Used for calendar events and tasks. */ - #define E_CALENDAR_TABLE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, e_calendar_table_get_type (), ECalendarTable) #define E_CALENDAR_TABLE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, e_calendar_table_get_type (), ECalendarTableClass) #define E_IS_CALENDAR_TABLE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, e_calendar_table_get_type ()) - typedef struct _ECalendarTable ECalendarTable; typedef struct _ECalendarTableClass ECalendarTableClass; - struct _ECalendarTable { GtkTable table; @@ -76,7 +73,6 @@ struct _ECalendarTableClass { void (* user_created) (ECalendarTable *cal_table); }; - GType e_calendar_table_get_type (void); GtkWidget* e_calendar_table_new (void); |