diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-06 04:51:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-06 04:51:58 +0800 |
commit | 57446c7410f0624ccab73132663890d7ea1815f7 (patch) | |
tree | 02a793fc4b6f35f03a9c04a8f71ceed799bb68bf /embed/mozilla | |
parent | ec6cde80415d80da26d01cdce7f5abc20294f97f (diff) | |
download | gsoc2013-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/mozilla')
-rw-r--r-- | embed/mozilla/GtkNSSClientAuthDialogs.cpp | 1 |
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); |