Removing unused code. Bug 303102, r+sr=jst

This commit is contained in:
bzbarsky%mit.edu 2005-08-15 02:49:22 +00:00
Родитель 3a2d85fe19
Коммит e0e18d1e36
2 изменённых файлов: 0 добавлений и 9 удалений

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

@ -2123,11 +2123,3 @@ nsWindowWatcher::GetJSContextFromWindow(nsIDOMWindow *aWindow)
return cx;
}
JSObject *
nsWindowWatcher::GetWindowScriptObject(nsIDOMWindow *inWindow)
{
nsCOMPtr<nsIScriptGlobalObject> scriptGlobal(do_QueryInterface(inWindow));
return scriptGlobal ? scriptGlobal->GetGlobalJSObject() : 0;
}

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

@ -119,7 +119,6 @@ private:
nsIDocShellTreeItem **outTreeItem);
static void GetWindowTreeOwner(nsIDOMWindow *inWindow,
nsIDocShellTreeOwner **outTreeOwner);
static JSObject *GetWindowScriptObject(nsIDOMWindow *inWindow);
nsVoidArray mEnumeratorList;
nsWatcherWindowEntry *mOldestWindow;