diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-07 09:23:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-07 09:23:42 +0800 |
commit | e803690dd2fbe72292afca1f19c7a1ed2ca7e102 (patch) | |
tree | ac84d8f8eaef06d6699430c26473a1c423fe8c5b /calendar | |
parent | 07b1231c39ac3a6c19c98813209e9febe50f5f89 (diff) | |
download | gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.gz gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.zst gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.zip |
EWeekView: Remove unused 'week_start_day' member.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-week-view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index bb84e2b8f6..3d30ec6e0e 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -229,9 +229,6 @@ struct _EWeekView { /* Whether we use show event end times. */ gboolean show_event_end_times; - /* The first day of the week, 0 (Monday) to 6 (Sunday). */ - gint week_start_day; - /* The first day of the week we display, 0 (Monday) to 6 (Sunday). * This will usually be week_start_day, but if the weekend is * compressed, and week_start_day is Sunday we have to use Saturday. */ |