Cleaning up this XUL command thing a bit.

This commit is contained in:
hyatt%netscape.com 1999-07-31 22:51:05 +00:00
parent 6fd9954617
commit c75da9c794
2 changed files with 1 additions and 8 deletions

View File

@ -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)
/////////////////////////////////////////////////////////////////////////

View File

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