aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-sidebar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-02-08 10:08:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-02-08 10:08:49 +0800
commit619b073719e27d8be3a391e186efc773f90ead19 (patch)
treede413ab41fc0041e11ae5b465950d82c9d76f384 /modules/calendar/e-cal-shell-sidebar.c
parent06f60ee72762b6de2e65399c165954a6a6e80bc6 (diff)
downloadgsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar.gz
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar.bz2
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar.lz
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar.xz
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.tar.zst
gsoc2013-evolution-619b073719e27d8be3a391e186efc773f90ead19.zip
Fix some dead assignments.
Diffstat (limited to 'modules/calendar/e-cal-shell-sidebar.c')
-rw-r--r--modules/calendar/e-cal-shell-sidebar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index 3b78afa0d3..b2801344a8 100644
--- a/modules/calendar/e-cal-shell-sidebar.c
+++ b/modules/calendar/e-cal-shell-sidebar.c
@@ -230,12 +230,10 @@ cal_shell_sidebar_default_opened_cb (ECalShellSidebar *cal_shell_sidebar,
ECal *client)
{
EShellView *shell_view;
- EShellWindow *shell_window;
EShellSidebar *shell_sidebar;
shell_sidebar = E_SHELL_SIDEBAR (cal_shell_sidebar);
shell_view = e_shell_sidebar_get_shell_view (shell_sidebar);
- shell_window = e_shell_view_get_shell_window (shell_view);
if (status == E_CALENDAR_STATUS_AUTHENTICATION_FAILED ||
status == E_CALENDAR_STATUS_AUTHENTICATION_REQUIRED)