From 3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 14 Feb 2001 21:35:38 +0000 Subject: Remove the fancy handleURI stuff svn path=/trunk/; revision=8229 --- executive-summary/component/e-summary-url.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index cdc68091cd..4b26f1a85d 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -599,13 +599,6 @@ e_summary_url_click (GtkWidget *widget, break; case PROTOCOL_OTHER: - /* Pass it to the parent component */ - CORBA_exception_init (&ev); - GNOME_Evolution_Summary_HTMLView_handleURI (window->html, - url, &ev); - CORBA_exception_free (&ev); - break; - case PROTOCOL_NONE: case PROTOCOL_HTTP: case PROTOCOL_FILE: -- cgit v1.2.3