From 379f60bc79b3fbeac6061d5c12f2d8ed65aa7c95 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Mar 2013 11:14:28 -0500 Subject: EMeetingTimeSelector: Remove unused properties. The "show-week-numbers" and "week-start-day" properties are not used. --- calendar/gui/e-meeting-time-sel.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'calendar/gui/e-meeting-time-sel.h') 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 -- cgit v1.2.3