From c7398b967e885e3f0e371ff197a53bc8f7b974db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 3 May 2011 10:45:46 -0400 Subject: Fix compiler warnings. Mostly dead assignments. --- modules/addressbook/e-book-shell-content.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/addressbook') 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); -- cgit v1.2.3