aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl/evolution-calendar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r--calendar/idl/evolution-calendar.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index cec986210a..ee8f91edcd 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -99,17 +99,6 @@ module Calendar {
typedef sequence<CalComponentAlarms> CalComponentAlarmsSeq;
- /* Used to transfer builtin timezone information. */
- struct CalTimezoneInfo {
- string location;
- double latitude;
- double longitude;
- };
-
- /* Used to transfer a list of timezone info */
- typedef sequence<CalTimezoneInfo> CalTimezoneInfoSeq;
-
-
interface Query;
interface Listener;
@@ -175,10 +164,6 @@ module Calendar {
*/
Query getQuery (in string sexp, in QueryListener ql)
raises (CouldNotCreate);
-
- /* Returns information about all the builtin timezones. */
- CalTimezoneInfoSeq getBuiltinTimezoneInfo ()
- raises (NotFound);
};
/* Listener for changes in a calendar */