diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
commit | c7ae879700164da8cca08620b8ee8ab745dfb407 (patch) | |
tree | 08b4bc039b368231bd84e3a1edca30d901c82451 /camel/camel-formatter.c | |
parent | 207652677441264ca1e51d06898b37ea4164c8e2 (diff) | |
download | gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.gz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.bz2 gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.lz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.xz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.zst gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.zip |
fix warnings
svn path=/trunk/; revision=2217
Diffstat (limited to 'camel/camel-formatter.c')
-rw-r--r-- | camel/camel-formatter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-formatter.c b/camel/camel-formatter.c index c7fddbfa1e..bed3f4fc5a 100644 --- a/camel/camel-formatter.c +++ b/camel/camel-formatter.c @@ -763,7 +763,7 @@ handle_image (CamelFormatter *formatter, CamelDataWrapper *wrapper) static void handle_vcard (CamelFormatter *formatter, CamelDataWrapper *wrapper) { - gchar* vcard = NULL; +// gchar* vcard = NULL; debug ("handle_vcard: entered\n"); camel_stream_write_string (formatter->priv->stream, @@ -923,7 +923,7 @@ static void handle_multipart_related (CamelFormatter *formatter, CamelDataWrapper *wrapper) { - CamelMultipart* mp = CAMEL_MULTIPART (wrapper); +// CamelMultipart* mp = CAMEL_MULTIPART (wrapper); debug ("handle_multipart_related: entered\n"); debug ("handle_multipart_related: NYI!!\n"); |