aboutsummaryrefslogtreecommitdiffstats
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/settings/e-settings-meeting-time-selector.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/settings/e-settings-meeting-time-selector.c b/modules/settings/e-settings-meeting-time-selector.c
index 50a56944ab..f6d9cef614 100644
--- a/modules/settings/e-settings-meeting-time-selector.c
+++ b/modules/settings/e-settings-meeting-time-selector.c
@@ -53,20 +53,10 @@ settings_meeting_time_selector_constructed (GObject *object)
shell_settings = e_shell_get_shell_settings (shell);
g_object_bind_property (
- shell_settings, "cal-show-week-numbers",
- extensible, "show-week-numbers",
- G_BINDING_SYNC_CREATE);
-
- g_object_bind_property (
shell_settings, "cal-use-24-hour-format",
extensible, "use-24-hour-format",
G_BINDING_SYNC_CREATE);
- g_object_bind_property (
- shell_settings, "cal-week-start-day",
- extensible, "week-start-day",
- G_BINDING_SYNC_CREATE);
-
/* Chain up to parent's constructed() method. */
G_OBJECT_CLASS (e_settings_meeting_time_selector_parent_class)->
constructed (object);