aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-07 09:23:16 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-07 09:23:42 +0800
commite803690dd2fbe72292afca1f19c7a1ed2ca7e102 (patch)
treeac84d8f8eaef06d6699430c26473a1c423fe8c5b /calendar
parent07b1231c39ac3a6c19c98813209e9febe50f5f89 (diff)
downloadgsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar
gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.gz
gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.bz2
gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.lz
gsoc2013-evolution-e803690dd2fbe72292afca1f19c7a1ed2ca7e102.tar.xz
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.h3
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. */