From 06eeeb23d73b7ac65ff87b74fecc3c331dc44b65 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 6 Mar 2013 08:39:33 -0500 Subject: itip-utils.c: Fix an unused-but-set-variable warning. --- calendar/gui/itip-utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index d0f12ebc2a..8ea7fe9d90 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -1813,7 +1813,6 @@ reply_to_calendar_comp (ESourceRegistry *registry, GSList *attachments_list) { EShell *shell; - EShellSettings *shell_settings; EMsgComposer *composer; EComposerHeaderTable *table; EDestination **destinations; @@ -1829,7 +1828,6 @@ reply_to_calendar_comp (ESourceRegistry *registry, /* FIXME Pass this in. */ shell = e_shell_get_default (); - shell_settings = e_shell_get_shell_settings (shell); default_zone = e_cal_client_get_default_timezone (cal_client); -- cgit v1.2.3