From 381178b1ab21022ea5dd5d198d2579638eaced0a Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sat, 11 Mar 2000 12:00:33 +0000 Subject: [PATCH] Removed Back(), Forward(), CanBack(), and CanForward(). People wanting to do these things can use the nsIWebNavigation interface. --- webshell/public/nsIWebShell.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webshell/public/nsIWebShell.h b/webshell/public/nsIWebShell.h index 8483750f1766..c330a97aa1cf 100644 --- a/webshell/public/nsIWebShell.h +++ b/webshell/public/nsIWebShell.h @@ -193,10 +193,6 @@ public: /** * 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;