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/cal-client/cal-client.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'calendar/cal-client/cal-client.h') diff --git a/calendar/cal-client/cal-client.h b/calendar/cal-client/cal-client.h index 6d5891f7e1..3c6570e5be 100644 --- a/calendar/cal-client/cal-client.h +++ b/calendar/cal-client/cal-client.h @@ -65,14 +65,6 @@ typedef enum { CAL_CLIENT_LOAD_LOADED } CalClientLoadState; -/* A timezone name and its coordinates in the world. */ -typedef struct _CalTimezoneInfo CalTimezoneInfo; -struct _CalTimezoneInfo { - char *location; - double latitude; - double longitude; -}; - struct _CalClient { GtkObject object; @@ -133,8 +125,6 @@ gboolean cal_client_remove_object (CalClient *client, const char *uid); CalQuery *cal_client_get_query (CalClient *client, const char *sexp); -GArray *cal_client_get_builtin_timezone_info (CalClient *client); - END_GNOME_DECLS -- cgit v1.2.3