diff options
author | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-05-16 19:43:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-05-16 19:43:23 +0800 |
commit | 3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d (patch) | |
tree | 758aa010a507d1e1e24843edc345f54473e6d639 /calendar/gui/e-day-view.h | |
parent | 903becfede2bbdc739de5da88ca1341cac3ababf (diff) | |
download | gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.gz gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.bz2 gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.lz gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.xz gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.zst gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.zip |
Reverted Marcus Baines patch
svn path=/trunk/; revision=29374
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r-- | calendar/gui/e-day-view.h | 16 |
1 files changed, 0 insertions, 16 deletions
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_ */ |