diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-06 21:39:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-06 21:47:03 +0800 |
commit | 06eeeb23d73b7ac65ff87b74fecc3c331dc44b65 (patch) | |
tree | e569af6149d9285ae9b39ed70d0595afc05aab02 /calendar/gui | |
parent | b4fc4ac204526a8eb9878756f07c6300ead71dcd (diff) | |
download | gsoc2013-evolution-06eeeb23d73b7ac65ff87b74fecc3c331dc44b65.tar.gz gsoc2013-evolution-06eeeb23d73b7ac65ff87b74fecc3c331dc44b65.tar.zst gsoc2013-evolution-06eeeb23d73b7ac65ff87b74fecc3c331dc44b65.zip |
itip-utils.c: Fix an unused-but-set-variable warning.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/itip-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |