diff options
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 8 |
1 files changed, 0 insertions, 8 deletions
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); |