diff options
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index 31b894919c..d4f1ca680c 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -95,7 +95,6 @@ G_BEGIN_DECLS /* The gap between rows in the top canvas. */ #define E_DAY_VIEW_TOP_CANVAS_Y_GAP 2 - /* These are used to get/set the working days in the week. The bit-flags are combined together. The bits must be from 0 (Sun) to 6 (Sat) to match the day values used by localtime etc. */ @@ -110,7 +109,6 @@ typedef enum E_DAY_VIEW_SATURDAY = 1 << 6 } EDayViewDays; - /* These are used to specify the type of an appointment. They match those used in EMeetingTimeSelector. */ typedef enum @@ -184,12 +182,10 @@ struct _EDayViewEvent { guint8 num_columns; }; - #define E_DAY_VIEW(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, e_day_view_get_type (), EDayView) #define E_DAY_VIEW_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, e_day_view_get_type (), EDayViewClass) #define E_IS_DAY_VIEW(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, e_day_view_get_type ()) - typedef struct _EDayView EDayView; typedef struct _EDayViewClass EDayViewClass; @@ -486,7 +482,6 @@ struct _EDayViewClass ECalendarViewClass parent_class; }; - GType e_day_view_get_type (void); GtkWidget* e_day_view_new (ECalModel *model); @@ -600,7 +595,6 @@ void e_day_view_convert_time_to_display (EDayView *day_view, gint *suffix_width); gint e_day_view_get_time_string_width (EDayView *day_view); - gint e_day_view_event_sort_func (const void *arg1, const void *arg2); |