aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/GnomeCal.idl
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/GnomeCal.idl')
-rw-r--r--calendar/gui/GnomeCal.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/calendar/gui/GnomeCal.idl b/calendar/gui/GnomeCal.idl
index 1e426fae36..3838c7c0bc 100644
--- a/calendar/gui/GnomeCal.idl
+++ b/calendar/gui/GnomeCal.idl
@@ -20,18 +20,6 @@ module GNOME {
raises (NotFound);
/*
- * get_objects_by_id_list:
- * @uid_list: a sequence of Unique Identifiers
- *
- * Returns a vCalendar object for the objects
- * that matches the given UID list @uid_list;
- * NotFound is raised if any of the given UIDs
- * were not found.
- */
- string get_objects_by_id_list (in String_Sequence uid)
- raises (NotFound);
-
- /*
* get_object_by_pilot_id:
* @pilot_id: the pilot id
*
@@ -75,15 +63,6 @@ module GNOME {
raises (NotFound);
/*
- * get_objects:
- *
- * Danger Will Robinson : This can result in a
- * huge string, namely the size of all your entries.
- * Returns a vCalendar with all the objects
- */
- string get_objects ();
-
- /*
* get_object_id_list
*
* Returns a sequence of the UID's of the entries