diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 22:02:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:11 +0800 |
commit | 1dff09f9e261caa623ee5475d05268955745f790 (patch) | |
tree | 010be95e89db133ccc191a7a8f4aa7600a5e7031 /shell/e-shell-importer.h | |
parent | 3b2cfae1768902b60d604fa96cd546636077feb1 (diff) | |
download | gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.gz gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.zst gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.zip |
Shell importer does not need an EShellWindow.
Diffstat (limited to 'shell/e-shell-importer.h')
-rw-r--r-- | shell/e-shell-importer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-importer.h b/shell/e-shell-importer.h index bd57fbd4f0..700bbddff6 100644 --- a/shell/e-shell-importer.h +++ b/shell/e-shell-importer.h @@ -24,11 +24,10 @@ #define E_SHELL_IMPORTER_H #include "e-shell-common.h" -#include "e-shell-window.h" G_BEGIN_DECLS -void e_shell_importer_start_import (EShellWindow *shell_window); +void e_shell_importer_start_import (void); G_END_DECLS |