From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- calendar/gui/e-memo-table.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'calendar/gui/e-memo-table.h') 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); -- cgit v1.2.3