From 3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 16 May 2005 11:43:23 +0000 Subject: Reverted Marcus Baines patch svn path=/trunk/; revision=29374 --- calendar/gui/e-day-view.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'calendar/gui/e-day-view.h') diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index d137332a88..4c563e4dbd 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -153,8 +153,6 @@ typedef enum E_DAY_VIEW_COLOR_LONG_EVENT_BACKGROUND, E_DAY_VIEW_COLOR_LONG_EVENT_BORDER, - E_DAY_VIEW_COLOR_MARCUS_BAINS_LINE, - E_DAY_VIEW_COLOR_LAST } EDayViewColors; @@ -280,11 +278,6 @@ struct _EDayView gint work_day_end_hour; gint work_day_end_minute; - /* Whether we show the Marcus Bains Line in the main canvas and time canvas. */ - gboolean show_marcus_bains_line; - char *marcus_bains_day_view_color; - char *marcus_bains_time_bar_color; - /* Whether we use show event end times in the main canvas. */ gboolean show_event_end_times; @@ -500,13 +493,6 @@ void e_day_view_set_working_day (EDayView *day_view, gint end_hour, gint end_minute); -/* Whether we display the Marcus Bains Line in the main canvas and time canvas. */ -gboolean e_day_view_get_show_marcus_bains (EDayView *day_view); -void e_day_view_set_marcus_bains (EDayView *day_view, - gboolean show_line, - const char *dayview_color, - const char *timebar_color); - /* Whether we display event end times in the main canvas. */ gboolean e_day_view_get_show_event_end_times (EDayView *day_view); void e_day_view_set_show_event_end_times (EDayView *day_view, @@ -587,8 +573,6 @@ void e_day_view_ensure_rows_visible (EDayView *day_view, gint end_row); -void e_day_view_update_marcus_bains (EDayView *day_view); - G_END_DECLS #endif /* _E_DAY_VIEW_H_ */ -- cgit v1.2.3