aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-09 00:14:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-09 00:40:41 +0800
commit379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95 (patch)
tree07c14aae33cb9b7ef7def848880785d456587124 /calendar/gui/e-meeting-time-sel.h
parent642fdc844a783a5248263fd5c6b3e6d982bd261e (diff)
downloadgsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar.gz
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar.bz2
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar.lz
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar.xz
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.tar.zst
gsoc2013-evolution-379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95.zip
EMeetingTimeSelector: Remove unused properties.
The "show-week-numbers" and "week-start-day" properties are not used.
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r--calendar/gui/e-meeting-time-sel.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h
index 9f4fb0ac31..109c36a296 100644
--- a/calendar/gui/e-meeting-time-sel.h
+++ b/calendar/gui/e-meeting-time-sel.h
@@ -283,21 +283,11 @@ GtkWidget * e_meeting_time_selector_new (EMeetingStore *ems);
void e_meeting_time_selector_construct
(EMeetingTimeSelector *mts,
EMeetingStore *ems);
-gboolean e_meeting_time_selector_get_show_week_numbers
- (EMeetingTimeSelector *mts);
-void e_meeting_time_selector_set_show_week_numbers
- (EMeetingTimeSelector *mts,
- gboolean show_week_numbers);
gboolean e_meeting_time_selector_get_use_24_hour_format
(EMeetingTimeSelector *mts);
void e_meeting_time_selector_set_use_24_hour_format
(EMeetingTimeSelector *mts,
gboolean use_24_hour_format);
-gint e_meeting_time_selector_get_week_start_day
- (EMeetingTimeSelector *mts);
-void e_meeting_time_selector_set_week_start_day
- (EMeetingTimeSelector *mts,
- gint week_start_day);
/* This returns the currently selected meeting time.
* Note that months are 1-12 and days are 1-31. The start time is guaranteed to