aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-11-16 21:53:47 +0800
commitee804aafe11507b85a3626480aa406b16b8104da (patch)
treef5468100742589f38aebff7065561dcfc82d8ba9 /calendar/gui/calendar-config.c
parent5014e7f941b9bbcf22a40bc35738b8bd57f94503 (diff)
downloadgsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.gz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.bz2
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.lz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.xz
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.tar.zst
gsoc2013-evolution-ee804aafe11507b85a3626480aa406b16b8104da.zip
UI changes for task editor.
svn path=/trunk/; revision=30626
Diffstat (limited to 'calendar/gui/calendar-config.c')
-rw-r--r--calendar/gui/calendar-config.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c
index fa992d7885..5fcde9d5b9 100644
--- a/calendar/gui/calendar-config.c
+++ b/calendar/gui/calendar-config.c
@@ -268,23 +268,6 @@ calendar_config_add_notification_24_hour_format (GConfClientNotifyFunc func, gpo
return id;
}
-/* Show Attendee */
-gboolean
-calendar_config_get_show_attendee (void)
-{
- calendar_config_init ();
-
- return gconf_client_get_bool (config, CALENDAR_CONFIG_SHOW_ATTENDEE, NULL);
-}
-
-void
-calendar_config_set_show_attendee (gboolean state)
-{
- calendar_config_init ();
-
- gconf_client_set_bool (config, CALENDAR_CONFIG_SHOW_ATTENDEE, state, NULL);
-}
-
/* Show RSVP*/
gboolean
calendar_config_get_show_rsvp (void)