diff options
Diffstat (limited to 'executive-summary/component')
-rw-r--r-- | executive-summary/component/component-factory.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 0537275d4e..4fba79c420 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -99,13 +99,6 @@ owner_unset_cb (EvolutionShellComponent *shell_component, } static void -component_destroy_cb (GtkObject *object, - gpointer user_data) -{ - gtk_main_quit (); -} - -static void factory_destroy (BonoboObject *component, gpointer dummy) { |