diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-13 22:36:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-13 23:21:00 +0800 |
commit | a44eac756d55b0210cc541e1d9b7138805a2133e (patch) | |
tree | 69f199d2df4a858466e9f98cd363cc1ebfe9174d /calendar/gui/gnome-cal.h | |
parent | 311c8dd1226555f81c2eaca738969f5d9e123d1f (diff) | |
download | gsoc2013-evolution-a44eac756d55b0210cc541e1d9b7138805a2133e.tar.gz gsoc2013-evolution-a44eac756d55b0210cc541e1d9b7138805a2133e.tar.zst gsoc2013-evolution-a44eac756d55b0210cc541e1d9b7138805a2133e.zip |
Track the timezone in one place: ECalModel
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index a9dda216f0..437bce0f01 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -168,9 +168,6 @@ gboolean gnome_calendar_get_visible_time_range (GnomeCalendar *gcal, /* Returns the number of selected events (0 or 1 at present). */ gint gnome_calendar_get_num_events_selected (GnomeCalendar *gcal); -/* Get the current timezone. */ -icaltimezone *gnome_calendar_get_timezone (GnomeCalendar *gcal); - /* Clipboard operations */ void gnome_calendar_cut_clipboard (GnomeCalendar *gcal); void gnome_calendar_copy_clipboard (GnomeCalendar *gcal); |