diff options
Diffstat (limited to 'executive-summary/component/e-summary-url.c')
-rw-r--r-- | executive-summary/component/e-summary-url.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index ae218cf7c8..c3be19ab78 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -462,8 +462,6 @@ e_summary_url_click (GtkWidget *widget, num_pages = Bonobo_PropertyControl__get_pageCount (window->propertycontrol, &ev); for (i = 0; i < num_pages; i++) { - char *pagename; - control = Bonobo_PropertyControl_getControl (window->propertycontrol, i, &ev); if (ev._major != CORBA_NO_EXCEPTION) { g_warning ("Unable to get property control."); |