diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-25 11:40:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-25 11:40:43 +0800 |
commit | a1e1732de6b64e68c6a30bd097485c00e36a8bec (patch) | |
tree | 1e524623a063b19466c3e95001aaacbe1d4e77cf /calendar/gui/calendar-config.c | |
parent | 7fc5566885801798839c94288fdff2d3c3ffe0d2 (diff) | |
download | gsoc2013-evolution-a1e1732de6b64e68c6a30bd097485c00e36a8bec.tar.gz gsoc2013-evolution-a1e1732de6b64e68c6a30bd097485c00e36a8bec.tar.zst gsoc2013-evolution-a1e1732de6b64e68c6a30bd097485c00e36a8bec.zip |
Remove GtkVPaned stuff from GnomeCalendar.
Diffstat (limited to 'calendar/gui/calendar-config.c')
-rw-r--r-- | calendar/gui/calendar-config.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c index 81c0675bea..a57b0c2411 100644 --- a/calendar/gui/calendar-config.c +++ b/calendar/gui/calendar-config.c @@ -565,22 +565,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_vpane_pos (void) -{ - calendar_config_init (); - - return gconf_client_get_int (config, CALENDAR_CONFIG_VPANE_POS, NULL); -} - -void -calendar_config_set_vpane_pos (gint vpane_pos) -{ - calendar_config_init (); - - gconf_client_set_int (config, CALENDAR_CONFIG_VPANE_POS, vpane_pos, NULL); -} - gboolean calendar_config_get_preview_state (void) { @@ -625,22 +609,6 @@ calendar_config_set_month_hpane_pos (gint hpane_pos) gconf_client_set_int (config, CALENDAR_CONFIG_MONTH_HPANE_POS, hpane_pos, NULL); } -gint -calendar_config_get_month_vpane_pos (void) -{ - calendar_config_init (); - - return gconf_client_get_int (config, CALENDAR_CONFIG_MONTH_VPANE_POS, NULL); -} - -void -calendar_config_set_month_vpane_pos (gint vpane_pos) -{ - calendar_config_init (); - - gconf_client_set_int (config, CALENDAR_CONFIG_MONTH_VPANE_POS, vpane_pos, NULL); -} - gfloat calendar_config_get_tag_vpane_pos (void) { |