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.h | |
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.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index 3341b66163..241ed8fe4c 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -138,9 +138,6 @@ guint calendar_config_add_notification_dview_show_week_no (GConfClientNotifyFunc gint calendar_config_get_hpane_pos (void); void calendar_config_set_hpane_pos (gint hpane_pos); -gint calendar_config_get_vpane_pos (void); -void calendar_config_set_vpane_pos (gint vpane_pos); - gboolean calendar_config_get_preview_state (void); void calendar_config_set_preview_state (gboolean state); guint calendar_config_add_notification_preview_state (GConfClientNotifyFunc func, gpointer data); |