aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-view-private.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-17 02:35:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:10 +0800
commita592d2f3eb30a38191e6e71bcbe8e0af7584778d (patch)
treef36a91f506862044e58458aeb45c337fcc1a7121 /modules/calendar/e-task-shell-view-private.h
parentb9ab776bc280f158db4581b88aa82848cff2d65d (diff)
downloadgsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar.gz
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar.bz2
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar.lz
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar.xz
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.tar.zst
gsoc2013-evolution-a592d2f3eb30a38191e6e71bcbe8e0af7584778d.zip
Remove e_task_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-task-shell-view-private.h')
-rw-r--r--modules/calendar/e-task-shell-view-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/calendar/e-task-shell-view-private.h b/modules/calendar/e-task-shell-view-private.h
index 14cb4c50a2..8906215221 100644
--- a/modules/calendar/e-task-shell-view-private.h
+++ b/modules/calendar/e-task-shell-view-private.h
@@ -123,8 +123,6 @@ void e_task_shell_view_update_sidebar
(ETaskShellView *task_shell_view);
void e_task_shell_view_update_search_filter
(ETaskShellView *task_shell_view);
-void e_task_shell_view_update_timezone
- (ETaskShellView *task_shell_view);
G_END_DECLS