diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /calendar/gui/e-meeting-time-sel.h | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2 gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 97be769917..b38dd98f74 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -48,7 +48,6 @@ G_BEGIN_DECLS #define E_MEETING_TIME_SELECTOR_TEXT_Y_PAD 3 #define E_MEETING_TIME_SELECTOR_TEXT_X_PAD 2 - /* This is used to specify the format used when displaying the dates. The full format is like 'Sunday, September 12, 1999'. The abbreviated format is like 'Sun 12/9/99'. The short format is like '12/9/99'. The actual @@ -61,7 +60,6 @@ typedef enum E_MEETING_TIME_SELECTOR_DATE_SHORT } EMeetingTimeSelectorDateFormat; - /* This is used to specify a position regarding the vertical bars around the current meeting time, so we know which one is being dragged. */ typedef enum @@ -71,7 +69,6 @@ typedef enum E_MEETING_TIME_SELECTOR_POS_END } EMeetingTimeSelectorPosition; - /* This is used to specify the autopick option, which determines how we choose the previous/next appropriate meeting time. */ typedef enum @@ -87,12 +84,10 @@ extern const gchar *EMeetingTimeSelectorHours[24]; /* An array of hour strings for 12 hour time, "12:00am" .. "11:00pm". */ extern const gchar *EMeetingTimeSelectorHours12[24]; - #define E_MEETING_TIME_SELECTOR(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, e_meeting_time_selector_get_type (), EMeetingTimeSelector) #define E_MEETING_TIME_SELECTOR_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, e_meeting_time_selector_get_type (), EMeetingTimeSelectorClass) #define IS_E_MEETING_TIME_SELECTOR(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, e_meeting_time_selector_get_type ()) - typedef struct _EMeetingTimeSelector EMeetingTimeSelector; typedef struct _EMeetingTimeSelectorClass EMeetingTimeSelectorClass; @@ -200,7 +195,6 @@ struct _EMeetingTimeSelector than every hour. Defaults to FALSE. */ gboolean zoomed_out; - /* * Internal Data. */ @@ -263,7 +257,6 @@ struct _EMeetingTimeSelector guint style_change_idle_id; }; - struct _EMeetingTimeSelectorClass { GtkTableClass parent_class; @@ -271,7 +264,6 @@ struct _EMeetingTimeSelectorClass void (* changed) (EMeetingTimeSelector *mts); }; - /* * PUBLIC INTERFACE - note that this interface will probably change, when I * know where the data is coming from. This is mainly just for testing for now. @@ -351,8 +343,6 @@ gboolean e_meeting_time_selector_attendee_add_busy_period (EMeetingTimeSelector gint end_minute, EMeetingFreeBusyType busy_type); - - /* * INTERNAL ROUTINES - functions to communicate with the canvas items within * the EMeetingTimeSelector. |