From 40cd4d7a1f61926cf9e84664491b3236e9084201 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 12 Jul 2005 20:47:21 +0000 Subject: Remove the reload workaround, since the mozilla bug is fixed on all 2005-07-12 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Remove the reload workaround, since the mozilla bug is fixed on all supported mozilla version. --- embed/mozilla/EphyBrowser.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'embed/mozilla/EphyBrowser.h') diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 77f2923a6..279578e02 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -158,14 +158,6 @@ public: nsresult GetSHUrlAtIndex (PRInt32 index, nsACString &url); nsresult GoToHistoryIndex (PRInt16 index); -#ifndef HAVE_GECKO_1_8 - enum ReloadType { RELOAD_NORMAL = 0, - RELOAD_FORCE = 1, - RELOAD_ENCODING_CHANGE = 2 }; - - nsresult Reload (ReloadType flags); -#endif - nsresult ForceEncoding (const char *encoding); nsresult GetEncoding (nsACString &encoding); nsresult GetForcedEncoding (nsACString &encoding); -- cgit v1.2.3