diff options
Diffstat (limited to 'embed/mozilla/EphyWrapper.h')
-rw-r--r-- | embed/mozilla/EphyWrapper.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/EphyWrapper.h b/embed/mozilla/EphyWrapper.h index a210cdbfd..2f5131ee6 100644 --- a/embed/mozilla/EphyWrapper.h +++ b/embed/mozilla/EphyWrapper.h @@ -63,7 +63,6 @@ public: nsresult GetMainDocumentUrl (nsCString &url); nsresult GetDocumentUrl (nsCString &url); - nsresult ReloadDocument (); nsresult LoadDocument(nsISupports *aPageDescriptor, PRUint32 aDisplayType); nsresult GetPageDescriptor(nsISupports **aPageDescriptor); @@ -89,9 +88,6 @@ public: nsresult Paste(void); - nsresult Activate (); - nsresult Deactivate (); - nsresult GetMainDOMDocument (nsIDOMDocument **aDOMDocument); nsresult SelectAll (void); |