diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 04:01:46 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:22 +0800 |
commit | 1f287aa8caefaa1576d28420b7114e64f45e573b (patch) | |
tree | fd8a646b1d08bf62b443ba0673053e18f0186f50 /calendar/gui/calendar-config.h | |
parent | 53923538f7687166b22710c2e7229c999fc2c44a (diff) | |
download | gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.gz gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.tar.zst gsoc2013-evolution-1f287aa8caefaa1576d28420b7114e64f45e573b.zip |
Remove unused calendar-config API.
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index 6ca9457af9..af183d3d2e 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -97,11 +97,6 @@ void calendar_config_set_time_divisions (gint divisions); /* Whether we compress the weekend in the week/month views. */ gboolean calendar_config_get_compress_weekend (void); -/* The positions of the panes in the normal and month views. */ -void calendar_config_set_hpane_pos (gint hpane_pos); - -void calendar_config_set_month_hpane_pos (gint hpane_pos); - /* The current list of task lists selected */ GSList *calendar_config_get_tasks_selected (void); void calendar_config_set_tasks_selected (GSList *selected); @@ -135,10 +130,6 @@ void calendar_config_set_default_reminder_interval (gint interval); CalUnits calendar_config_get_default_reminder_units (void); void calendar_config_set_default_reminder_units (CalUnits units); -/* Free/Busy Settings */ -GSList * calendar_config_get_free_busy (void); -void calendar_config_set_free_busy (GSList * url_list); - /* Returns TRUE if the locale has 'am' and 'pm' strings defined, i.e. it supports 12-hour time format. */ gboolean calendar_config_locale_supports_12_hour_format (void); |