aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-11-10 01:10:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-11-10 01:10:27 +0800
commitfe285fcf27e17dc06711c5c8ba88edb114ac1428 (patch)
treee04fd47401acc9d26a21d17d70f0de7874d1b560
parenteebf9be69590771ec04c254ec6391237dee3622c (diff)
downloadgsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar.gz
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar.bz2
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar.lz
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar.xz
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.tar.zst
gsoc2013-evolution-fe285fcf27e17dc06711c5c8ba88edb114ac1428.zip
remoevd unused vars
svn path=/trunk/; revision=27877
-rw-r--r--camel/camel-gpg-context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 37c354b923..31a3bd1fbe 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -1667,8 +1667,6 @@ gpg_decrypt(CamelCipherContext *context, CamelMimePart *ipart, CamelMimePart *op
CamelStream *ostream, *istream;
CamelDataWrapper *content;
CamelMimePart *encrypted;
- CamelContentType *ct;
- const char *protocol;
CamelMultipart *mp;
mp = (CamelMultipart *) camel_medium_get_content_object ((CamelMedium *) ipart);