aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-05 17:17:08 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-05 17:17:08 +0800
commite5ec7f858bf942a5bc4441528579810cb18e8220 (patch)
treeed9c4ac991b1be30fb5e5d52996a41c1bc28ffb3
parent891d6dafa34b0fd597291a711f094549d478783c (diff)
downloadgsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar.gz
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar.bz2
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar.lz
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar.xz
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.tar.zst
gsoc2013-evolution-e5ec7f858bf942a5bc4441528579810cb18e8220.zip
Fix compiler warning about unused variable
-rw-r--r--mail/e-mail-request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c
index 9124b950c6..d440e675e0 100644
--- a/mail/e-mail-request.c
+++ b/mail/e-mail-request.c
@@ -639,7 +639,6 @@ mail_request_send_async (SoupRequest *request,
/* Get HTML content of given PURI part */
if (g_strcmp0 (uri->scheme, "mail") == 0) {
gchar *uri_str;
- gchar *decoded_uri;
uri_str = g_strdup_printf (
"%s://%s%s", uri->scheme, uri->host, uri->path);