diff options
Diffstat (limited to 'calendar/gui/e-memo-table.h')
-rw-r--r-- | calendar/gui/e-memo-table.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/e-memo-table.h b/calendar/gui/e-memo-table.h index b593b9445b..7fbb7d0f3e 100644 --- a/calendar/gui/e-memo-table.h +++ b/calendar/gui/e-memo-table.h @@ -38,16 +38,13 @@ G_BEGIN_DECLS * Used for memo events and tasks. */ - #define E_MEMO_TABLE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, e_memo_table_get_type (), EMemoTable) #define E_MEMO_TABLE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, e_memo_table_get_type (), EMemoTableClass) #define E_IS_MEMO_TABLE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, e_memo_table_get_type ()) - typedef struct _EMemoTable EMemoTable; typedef struct _EMemoTableClass EMemoTableClass; - struct _EMemoTable { GtkTable table; @@ -78,7 +75,6 @@ struct _EMemoTableClass { void (* user_created) (EMemoTable *memo_table); }; - GType e_memo_table_get_type (void); GtkWidget* e_memo_table_new (void); |