From 5c866713c795795ef46cc90ed95ed7de98152971 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 7 Jul 2013 20:37:43 -0400 Subject: Remove ESEvent. Nudging EPlugin closer to full removal. Nothing in Evolution uses this anymore and 3rd-party plugins should be using EShell's "event::ready-to-start" signal or else GApplication's "startup" signal. --- shell/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index b070c03b15..7d73235dce 100644 --- a/shell/main.c +++ b/shell/main.c @@ -59,7 +59,6 @@ #include "e-shell.h" #include "e-shell-migrate.h" -#include "es-event.h" #ifdef G_OS_WIN32 #include "e-util/e-win32-defaults.h" @@ -665,7 +664,6 @@ main (gint argc, if (!disable_eplugin) { /* Register built-in plugin hook types. */ - es_event_hook_get_type (); g_type_ensure (E_TYPE_IMPORT_HOOK); g_type_ensure (E_TYPE_PLUGIN_UI_HOOK); @@ -678,7 +676,6 @@ main (gint argc, * as both shell backends and certain plugins hook into this. */ e_shell_migrate_attempt (shell); - /* This is an alternative to the "upgrade.done" EEvent. */ e_shell_event (shell, "ready-to-start", NULL); g_idle_add ((GSourceFunc) idle_cb, remaining_args); -- cgit v1.2.3