aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-03 22:45:46 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:06 +0800
commitc7398b967e885e3f0e371ff197a53bc8f7b974db (patch)
tree1d2641b3e89ff8c8808c2a161371df20701ec950 /modules/addressbook/e-book-shell-content.c
parentfc1034551ed2daf3040851e818b2798c3c58f4f9 (diff)
downloadgsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.gz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.bz2
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.lz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.xz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.zst
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.zip
Fix compiler warnings.
Mostly dead assignments.
Diffstat (limited to 'modules/addressbook/e-book-shell-content.c')
-rw-r--r--modules/addressbook/e-book-shell-content.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/addressbook/e-book-shell-content.c b/modules/addressbook/e-book-shell-content.c
index 35167e330a..0f46a221c7 100644
--- a/modules/addressbook/e-book-shell-content.c
+++ b/modules/addressbook/e-book-shell-content.c
@@ -214,7 +214,6 @@ static void
book_shell_content_constructed (GObject *object)
{
EBookShellContentPrivate *priv;
- EShell *shell;
EShellView *shell_view;
EShellWindow *shell_window;
EShellContent *shell_content;
@@ -231,7 +230,6 @@ book_shell_content_constructed (GObject *object)
shell_view = e_shell_content_get_shell_view (shell_content);
shell_window = e_shell_view_get_shell_window (shell_view);
shell_taskbar = e_shell_view_get_shell_taskbar (shell_view);
- shell = e_shell_window_get_shell (shell_window);
container = GTK_WIDGET (object);