diff options
Diffstat (limited to 'executive-summary/evolution-services/executive-summary-client.c')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-client.c b/executive-summary/evolution-services/executive-summary-client.c index 2ea9175bd9..f608b0908f 100644 --- a/executive-summary/evolution-services/executive-summary-client.c +++ b/executive-summary/evolution-services/executive-summary-client.c @@ -151,7 +151,6 @@ executive_summary_client_update (ExecutiveSummaryClient *client, Evolution_Summary_update_html_component (summary, corba_object, html, &ev); - if (ev._major != CORBA_NO_EXCEPTION) { g_warning ("Error updating the component"); } |