diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-29 03:53:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:50 +0800 |
commit | 57ea14220ee233c2670743fd128835af2fc163c2 (patch) | |
tree | 94f63205ec999d764d4a1c6a7e4fb2d25d25ac63 /shell | |
parent | 2199258d17d231ef5956ff4bb834699175d67324 (diff) | |
download | gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.gz gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.bz2 gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.lz gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.xz gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.zst gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.zip |
Remove the profiler plugin.
This plugin was for developers, but no one uses it anymore. Plus the
only profiling hooks left in Evolution were in the MessageList widget,
which performs fine. There's better ways to collect profiling data
these days anyway (sysprof, systemtap, etc.).
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index a27b6b9495..001d6bd843 100644 --- a/shell/main.c +++ b/shell/main.c @@ -66,7 +66,6 @@ #include "e-util/e-import.h" #include "e-util/e-plugin.h" #include "e-util/e-plugin-ui.h" -#include "e-util/e-profile-event.h" #include "e-util/e-util-private.h" #include "e-util/e-util.h" #ifdef G_OS_WIN32 @@ -721,9 +720,6 @@ main (gint argc, gchar **argv) /* Register built-in plugin hook types. */ es_event_hook_get_type (); e_import_hook_get_type (); -#ifdef ENABLE_PROFILING - e_profile_event_hook_get_type (); -#endif e_plugin_ui_hook_get_type (); /* All EPlugin and EPluginHook subclasses should be |