From 0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 18 Aug 2009 14:50:25 -0400 Subject: Remove obsolete Bonobo IDs from killev. --- tools/killev.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tools/killev.c b/tools/killev.c index a978fea0d8..bf8d587272 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -204,17 +204,8 @@ main (gint argc, gchar **argv) (GDestroyNotify) NULL, (GDestroyNotify) kill_component); - add_matching_repo_id ("IDL:GNOME/Evolution/Shell:" BASE_VERSION); - g_hash_table_remove_all (components); - - add_matching_repo_id ("IDL:GNOME/Evolution/Component:" BASE_VERSION); add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/CalFactory:" DATASERVER_API_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/BookFactory:" DATASERVER_API_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/Importer:" BASE_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:" BASE_VERSION); - add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:" BASE_VERSION); - add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.1"); g_hash_table_remove_all (components); g_hash_table_destroy (components); -- cgit