Skip to content

Commit

Permalink
Removed Back(), Forward(), CanBack(), and CanForward(). People wantin…
Browse files Browse the repository at this point in the history
…g to do these things can use the nsIWebNavigation interface.
  • Loading branch information
tbogard%aol.net committed Mar 11, 2000
1 parent 932354e commit 381178b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webshell/public/nsIWebShell.h
Expand Up @@ -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;
Expand Down

0 comments on commit 381178b

Please sign in to comment.