From 6facd92e17699de1e036eab4be02b09e00f3d6de Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 14 Feb 2001 21:29:56 +0000 Subject: Removed this unused function. 2001-02-14 Christopher James Lahey * component/component-factory.c (component_destroy_cb): Removed this unused function. * evolution-services/executive-summary-html-view.c (impl_GNOME_Evolution_Summary_HTMLView_handleURI): Changed the declaration of this function to match the signature in the generated header file. * test-service/rdf-summary.c (property_control): Added a cast here. svn path=/trunk/; revision=8227 --- executive-summary/component/component-factory.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'executive-summary/component/component-factory.c') 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 @@ -98,13 +98,6 @@ owner_unset_cb (EvolutionShellComponent *shell_component, gtk_main_quit (); } -static void -component_destroy_cb (GtkObject *object, - gpointer user_data) -{ - gtk_main_quit (); -} - static void factory_destroy (BonoboObject *component, gpointer dummy) -- cgit v1.2.3