diff --git a/webshell/public/nsIWebShell.h b/webshell/public/nsIWebShell.h index 8483750f1766e..c330a97aa1cfd 100644 --- a/webshell/public/nsIWebShell.h +++ b/webshell/public/nsIWebShell.h @@ -193,10 +193,6 @@ class nsIWebShell : public nsIContentViewerContainer { /** * Load the previous document in the history list. */ - NS_IMETHOD Back() = 0; - NS_IMETHOD CanBack() = 0; - NS_IMETHOD Forward() = 0; - NS_IMETHOD CanForward() = 0; NS_IMETHOD GoTo(PRInt32 aHistoryIndex) = 0; NS_IMETHOD GetHistoryLength(PRInt32& aResult) = 0; NS_IMETHOD GetHistoryIndex(PRInt32& aResult) = 0;