diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 09:24:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 09:24:53 +0800 |
commit | 6a2b0904893199ceb5b291405721845fd17a08db (patch) | |
tree | 2be4574d4e07423d7b5e197706ed01c2a613f9d2 /calendar/gui/calendar-config.h | |
parent | 9abce979580857b9273ee9efc909bfd1d3004e51 (diff) | |
download | gsoc2013-evolution-6a2b0904893199ceb5b291405721845fd17a08db.tar.gz gsoc2013-evolution-6a2b0904893199ceb5b291405721845fd17a08db.tar.zst gsoc2013-evolution-6a2b0904893199ceb5b291405721845fd17a08db.zip |
More refactoring of settings management.
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index dddffe6a92..9a8a1dc2f8 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -108,10 +108,8 @@ gboolean calendar_config_get_dnav_show_week_no (void); guint calendar_config_add_notification_dnav_show_week_no (GConfClientNotifyFunc func, gpointer data); /* The positions of the panes in the normal and month views. */ -gint calendar_config_get_hpane_pos (void); void calendar_config_set_hpane_pos (gint hpane_pos); -gint calendar_config_get_month_hpane_pos (void); void calendar_config_set_month_hpane_pos (gint hpane_pos); /* The current list of task lists selected */ |