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
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:22 +0800
commit1f287aa8caefaa1576d28420b7114e64f45e573b (patch)
treefd8a646b1d08bf62b443ba0673053e18f0186f50 /calendar/gui/calendar-config.c
parent53923538f7687166b22710c2e7229c999fc2c44a (diff)
downloadgsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.gz
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.bz2
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.lz
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.xz
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.zst
gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.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)