aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-29 03:53:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-03-29 04:12:42 +0800
commitea8326df3a64c21ddbcacad5941648b1a86bc7e2 (patch)
treed149c78ebf615f743c16b043dc95ef09c2e95eb0 /shell
parente2f889a00543b42694095daf71ebe78d3ff230b5 (diff)
downloadgsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar.gz
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar.bz2
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar.lz
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar.xz
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.tar.zst
gsoc2013-evolution-ea8326df3a64c21ddbcacad5941648b1a86bc7e2.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.c4
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