aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-09 00:06:30 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-09 00:06:30 +0800
commit0a5a436616621bd3cbf9eefa69ca25abe8ef2b11 (patch)
tree4d53a46161aaca8cd376db873894d2bc76f89933 /shell/e-shell-importer.c
parent9774adff926e614eecb6845680bcdcf5a2bd732e (diff)
downloadgsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar.gz
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar.bz2
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar.lz
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar.xz
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.tar.zst
gsoc2013-evolution-0a5a436616621bd3cbf9eefa69ca25abe8ef2b11.zip
Remove unused EShell pointer from ImportData.
2008-08-08 Matthew Barnes <mbarnes@redhat.com> * shell/e-shell-importer.c: Remove unused EShell pointer from ImportData. svn path=/trunk/; revision=35939
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);