diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 09:29:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 09:29:25 +0800 |
commit | f2b2d42471dc6a820c94f8888bd4f13a5c00a530 (patch) | |
tree | 4e4d806e1c4e6926b7386ac633073550414184a6 /calendar/gui/gnome-cal.h | |
parent | 943dc3bab42bf9a550de3e5d8eece522cfd6ac6c (diff) | |
download | gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.gz gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.zst gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.zip |
Handle calendar URIs from the command line.
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 2b7eac85f1..0cc528fe3c 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -184,12 +184,6 @@ gint gnome_calendar_get_num_events_selected void gnome_calendar_purge (GnomeCalendar *gcal, time_t older_than); -/* Direct calendar component operations */ -void gnome_calendar_edit_appointment (GnomeCalendar *gcal, - const gchar * src_uid, - const gchar * comp_uid, - const gchar * comp_rid); - G_END_DECLS #endif |