Removed Back(), Forward(), CanBack(), and CanForward(). People wanting to do these things can use the nsIWebNavigation interface.

This commit is contained in:
tbogard%aol.net 2000-03-11 12:00:33 +00:00
parent 932354edc2
commit 381178b1ab

View File

@ -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;