aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-02 04:01:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-11-05 02:18:34 +0800
commit62eb433998d8562d958ca2761ebdf21972294948 (patch)
tree8adb293e4d1b3610a17920196cf87cd285d9d040 /calendar/gui/calendar-config.c
parent9cc43effa33ab08a02f17e50f5e55eed28baf70b (diff)
downloadgsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar.gz
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar.bz2
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar.lz
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar.xz
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.tar.zst
gsoc2013-evolution-62eb433998d8562d958ca2761ebdf21972294948.zip
Remove unused calendar-config API.
Diffstat (limited to 'calendar/gui/calendar-config.c')
-rw-r--r--calendar/gui/calendar-config.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c
index a98e55d999..882459f13f 100644
--- a/calendar/gui/calendar-config.c
+++ b/calendar/gui/calendar-config.c
@@ -324,23 +324,6 @@ calendar_config_add_notification_month_scroll_by_week (GConfClientNotifyFunc fun
return id;
}
-/* The positions of the panes in the normal and month views. */
-void
-calendar_config_set_hpane_pos (gint hpane_pos)
-{
- calendar_config_init ();
-
- gconf_client_set_int (config, CALENDAR_CONFIG_HPANE_POS, hpane_pos, NULL);
-}
-
-void
-calendar_config_set_month_hpane_pos (gint hpane_pos)
-{
- calendar_config_init ();
-
- gconf_client_set_int (config, CALENDAR_CONFIG_MONTH_HPANE_POS, hpane_pos, NULL);
-}
-
/* The current list of task lists selected */
GSList *
calendar_config_get_tasks_selected (void)