aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-17 00:09:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:10 +0800
commita12f0070c3e1335e97e4b35340dae325a4aab53b (patch)
tree019d9fe33221b758792d3c1b628793faea1bd2b8 /modules/calendar/e-cal-shell-view-private.h
parentcf27f8312b87e25a41861d4a31bcd2e07e4ecd4c (diff)
downloadgsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar.gz
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar.bz2
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar.lz
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar.xz
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.tar.zst
gsoc2013-evolution-a12f0070c3e1335e97e4b35340dae325a4aab53b.zip
Remove e_cal_shell_view_update_timezone().
Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache.
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.h')
-rw-r--r--modules/calendar/e-cal-shell-view-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.h b/modules/calendar/e-cal-shell-view-private.h
index a9c6202980..7931eb3a3d 100644
--- a/modules/calendar/e-cal-shell-view-private.h
+++ b/modules/calendar/e-cal-shell-view-private.h
@@ -147,8 +147,6 @@ void e_cal_shell_view_update_sidebar
(ECalShellView *cal_shell_view);
void e_cal_shell_view_update_search_filter
(ECalShellView *cal_shell_view);
-void e_cal_shell_view_update_timezone
- (ECalShellView *cal_shell_view);
void e_cal_shell_view_search_events
(ECalShellView *cal_shell_view,
gboolean search_forward);