From cae22334fa6bc395ccc421b09e0af94c89297c41 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 15 Jan 2010 10:16:25 -0500 Subject: Remove dead assignments found by clang. --- plugins/contacts-map/contacts-map.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/contacts-map/contacts-map.c') diff --git a/plugins/contacts-map/contacts-map.c b/plugins/contacts-map/contacts-map.c index be3f9b1ff9..868930035d 100644 --- a/plugins/contacts-map/contacts-map.c +++ b/plugins/contacts-map/contacts-map.c @@ -41,8 +41,6 @@ void show_map_general (ESourceSelector *selector); gboolean addressbook_map_init (GtkUIManager *ui_manager, EShellView *shell_view) { - EShell *shell; - EShellSettings *shell_settings; EShellWindow *shell_window; GtkActionGroup *action_group; GtkAction *action; @@ -52,8 +50,6 @@ addressbook_map_init (GtkUIManager *ui_manager, EShellView *shell_view) const gchar *label; shell_window = e_shell_view_get_shell_window (shell_view); - shell = e_shell_window_get_shell (shell_window); - shell_settings = e_shell_get_shell_settings (shell); name = "contacts-map"; label = _("Contacts map"); -- cgit