aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-11 05:47:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-11 05:47:26 +0800
commit47430e5f9761b343a643bf2ec4354bdd942e634b (patch)
tree6e90f5054f2c44b28faf72b51931937cf4562939 /mail/em-format-html-display.c
parentf5f54e2eaa8e123473d5a20cef325e5418d1ee21 (diff)
downloadgsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.gz
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.bz2
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.lz
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.xz
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.zst
gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.zip
Removed an unused variable left over from an old attempted fix.
2004-03-10 Jeffrey Stedfast <fejj@ximian.com> * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): Removed an unused variable left over from an old attempted fix. * em-folder-selector.c (emfs_response): Select the same folder in the create-folder dialog as is selected in the parent selector dialog. Fixes the rest of bug #53862. svn path=/trunk/; revision=25014
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index b7b432e72c..e1d3f95159 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -752,7 +752,6 @@ static void
efhd_xpkcs7mime_validity_clicked(GtkWidget *button, EMFormatHTMLPObject *pobject)
{
struct _smime_pobject *po = (struct _smime_pobject *)pobject;
- const char *alt_desc = NULL;
GladeXML *xml;
GtkWidget *vbox, *w;