Cleaning up this XUL command thing a bit.

This commit is contained in:
hyatt%netscape.com 1999-07-31 22:51:05 +00:00
Родитель 1997656007
Коммит 0ffe2da7fc
2 изменённых файлов: 1 добавлений и 8 удалений

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

@ -187,12 +187,6 @@ NS_IMETHODIMP nsXULCommand::SetDOMElement(nsIDOMElement * aDOMElement)
return NS_OK;
}
//----------------------------------------------------------------------
NS_IMETHODIMP nsXULCommand::ExecuteJavaScriptString(nsIWebShell* aWebShell, nsString& aJavaScript)
{
return NS_OK; // XXX Kill this method. It's worthless.
}
/////////////////////////////////////////////////////////////////////////
// nsIMenuListener Method(s)
/////////////////////////////////////////////////////////////////////////

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

@ -69,8 +69,7 @@ public:
virtual nsEventStatus MenuDestruct(const nsMenuEvent & aMenuEvent);
protected:
NS_IMETHOD ExecuteJavaScriptString(nsIWebShell* aWebShell, nsString& aJavaScript);
nsString mCommandStr;
nsIWebShell * mWebShell;
nsIDOMElement * mDOMElement;