From 374bd42f69aca2e132fd854c9619f3d7491f1f96 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- widgets/table/e-cell-date-edit.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'widgets/table/e-cell-date-edit.h') diff --git a/widgets/table/e-cell-date-edit.h b/widgets/table/e-cell-date-edit.h index 2e125fece3..72fe952e31 100644 --- a/widgets/table/e-cell-date-edit.h +++ b/widgets/table/e-cell-date-edit.h @@ -38,7 +38,6 @@ #define E_IS_CELL_DATE_EDIT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_CELL_DATE_EDIT_TYPE)) #define E_IS_CELL_DATE_EDIT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_CELL_DATE_EDIT_TYPE)) - typedef struct _ECellDateEdit ECellDateEdit; typedef struct _ECellDateEditClass ECellDateEditClass; @@ -82,18 +81,15 @@ struct _ECellDateEditClass { ECellPopupClass parent_class; }; - GType e_cell_date_edit_get_type (void); ECell *e_cell_date_edit_new (void); - /* These freeze and thaw the rebuilding of the time list. They are useful when setting several properties which result in rebuilds of the list, e.g. the lower_hour, upper_hour and use_24_hour_format properties. */ void e_cell_date_edit_freeze (ECellDateEdit *ecde); void e_cell_date_edit_thaw (ECellDateEdit *ecde); - /* Sets a callback to use to get the current time. This is useful if the application needs to use its own timezone data rather than rely on the Unix timezone. */ @@ -102,5 +98,4 @@ void e_cell_date_edit_set_get_time_callback(ECellDateEdit *ecde, gpointer data, GDestroyNotify destroy); - #endif /* _E_CELL_DATE_EDIT_H_ */ -- cgit v1.2.3