aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index bf2a67f9b0..23b473a0a9 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -85,7 +85,6 @@ typedef struct _ImportDialogImporterPage {
} ImportDialogImporterPage;
typedef struct _ImportData {
- EShell *shell;
EShellWindow *window;
GladeXML *wizard;
@@ -678,7 +677,6 @@ e_shell_importer_start_import (EShellWindow *shell_window)
dialog_open = TRUE;
data->window = shell_window;
- data->shell = e_shell_window_peek_shell (data->window);
gladefile = g_build_filename (EVOLUTION_GLADEDIR, "import.glade", NULL);
data->wizard = glade_xml_new (gladefile, NULL, NULL);