From 6a2b0904893199ceb5b291405721845fd17a08db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 5 Aug 2009 21:24:53 -0400 Subject: More refactoring of settings management. --- calendar/gui/calendar-config.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'calendar/gui/calendar-config.c') diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c index b1f38c74cb..4099f5fd4b 100644 --- a/calendar/gui/calendar-config.c +++ b/calendar/gui/calendar-config.c @@ -381,14 +381,6 @@ calendar_config_add_notification_dnav_show_week_no (GConfClientNotifyFunc func, } /* The positions of the panes in the normal and month views. */ -gint -calendar_config_get_hpane_pos (void) -{ - calendar_config_init (); - - return gconf_client_get_int (config, CALENDAR_CONFIG_HPANE_POS, NULL); -} - void calendar_config_set_hpane_pos (gint hpane_pos) { @@ -397,14 +389,6 @@ calendar_config_set_hpane_pos (gint hpane_pos) gconf_client_set_int (config, CALENDAR_CONFIG_HPANE_POS, hpane_pos, NULL); } -gint -calendar_config_get_month_hpane_pos (void) -{ - calendar_config_init (); - - return gconf_client_get_int (config, CALENDAR_CONFIG_MONTH_HPANE_POS, NULL); -} - void calendar_config_set_month_hpane_pos (gint hpane_pos) { -- cgit