diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 14:59:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:05 +0800 |
commit | 3b2cfae1768902b60d604fa96cd546636077feb1 (patch) | |
tree | 589cdc466339ef9d1d39fe9aa5858d76708efa9f /shell/main.c | |
parent | face752169b27bad4c3cdec8395aee79e40eba7f (diff) | |
download | gsoc2013-evolution-3b2cfae1768902b60d604fa96cd546636077feb1.tar.gz gsoc2013-evolution-3b2cfae1768902b60d604fa96cd546636077feb1.tar.zst gsoc2013-evolution-3b2cfae1768902b60d604fa96cd546636077feb1.zip |
Trim unused or unnecessary bits from the import framework.
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 7ce930f6c2..0f52366aa8 100644 --- a/shell/main.c +++ b/shell/main.c @@ -69,7 +69,6 @@ #include <misc/e-cursors.h> #include "e-util/e-error.h" -#include "e-util/e-import.h" #include <fcntl.h> #include <signal.h> @@ -610,7 +609,6 @@ main (gint argc, gchar **argv) #ifdef ENABLE_PROFILING e_profile_event_hook_get_type (); #endif - e_import_hook_get_type (); e_plugin_ui_hook_get_type (); /* All EPlugin and EPluginHook subclasses should be |