[evolution] itip-utils.c: Fix an unused-but-set-variable warning.



commit 06eeeb23d73b7ac65ff87b74fecc3c331dc44b65
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Mar 6 08:39:33 2013 -0500

    itip-utils.c: Fix an unused-but-set-variable warning.

 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 d0f12eb..8ea7fe9 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]