Removed references to the old session history interface.

This commit is contained in:
tbogard%aol.net 2000-04-16 11:18:54 +00:00
Родитель a6539625bc
Коммит 95118cdeaa
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,6 @@
#include "nsISupports.idl"
#include "domstubs.idl"
#include "nsISessionHistory.idl"
[scriptable, uuid(8AF0FA40-598D-11d3-806A-00600811A9C3)]
interface nsIBrowserInstance : nsISupports {
@ -42,7 +41,6 @@ interface nsIBrowserInstance : nsISupports {
void backButtonPopup();
void forwardButtonPopup();
void gotoHistoryIndex(in PRInt32 index);
readonly attribute nsISessionHistory SessionHistory;
// Wallet (should reside elsewhere, somehow).
void walletPreview(in nsIDOMWindow win, in nsIDOMWindow form);