aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-06 04:51:58 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-06 04:51:58 +0800
commit57446c7410f0624ccab73132663890d7ea1815f7 (patch)
tree02a793fc4b6f35f03a9c04a8f71ceed799bb68bf /embed
parentec6cde80415d80da26d01cdce7f5abc20294f97f (diff)
downloadgsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar.gz
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar.bz2
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar.lz
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar.xz
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.tar.zst
gsoc2013-epiphany-57446c7410f0624ccab73132663890d7ea1815f7.zip
Remove unused variable.
2003-12-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSClientAuthDialog.cpp: Remove unused variable.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GtkNSSClientAuthDialogs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/GtkNSSClientAuthDialogs.cpp b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
index 40672aca2..18a803198 100644
--- a/embed/mozilla/GtkNSSClientAuthDialogs.cpp
+++ b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
@@ -170,7 +170,6 @@ GtkNSSClientAuthDialogs::ChooseCertificate (nsIInterfaceRequestor *ctx,
#endif
char *msg, *tt_cn, *markup_text;
PRUint32 i;
- gboolean showDetails;
nsCOMPtr<nsIDOMWindow> parent = do_GetInterface (ctx);
GtkWidget *gparent = MozillaFindGtkParent (parent);