From a5ae0a3c3d35bfde94385942a18c6026109cd648 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 20 Jun 2001 02:56:02 +0000 Subject: removed stuff to get builtin timezone info from the server. 2001-06-19 Damon Chaplin * pcs/cal.c: * idl/evolution-calendar.idl: * cal-client/cal-client.[hc]: removed stuff to get builtin timezone info from the server. svn path=/trunk/; revision=10322 --- calendar/idl/evolution-calendar.idl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'calendar/idl') 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 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 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 */ -- cgit v1.2.3