diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-10 23:50:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-10 23:50:36 +0800 |
commit | f8cd25beeee86910f3b462151ae524077306c832 (patch) | |
tree | 4add444467df4382ba482965e940210bb8255fc9 /embed/mozilla/MozillaPrivate.h | |
parent | 7863a1874844bb34f3e11f68f269c87ee03562ae (diff) | |
download | gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.gz gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.bz2 gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.lz gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.xz gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.tar.zst gsoc2013-epiphany-f8cd25beeee86910f3b462151ae524077306c832.zip |
Remove the wallet hack; it appears not to work correctly using mozilla 1.7
2005-03-10 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/mozilla-embed-single.cpp:
Remove the wallet hack; it appears not to work correctly
using mozilla 1.7 (work on trunk; but that's dead).
Diffstat (limited to 'embed/mozilla/MozillaPrivate.h')
-rw-r--r-- | embed/mozilla/MozillaPrivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/MozillaPrivate.h b/embed/mozilla/MozillaPrivate.h index 73ef25253..5c7c0a8d6 100644 --- a/embed/mozilla/MozillaPrivate.h +++ b/embed/mozilla/MozillaPrivate.h @@ -20,11 +20,7 @@ #include <glib.h> -class nsIPrefBranch; - namespace MozillaPrivate { GList *GetPrinterList (); - - void SecureWallet (nsIPrefBranch *pref); } |