aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/contacts-map/contacts-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/contacts-map/contacts-map.c')
-rw-r--r--plugins/contacts-map/contacts-map.c4
1 files changed, 0 insertions, 4 deletions
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");