Bug 227838. Remove unused RequiresWidget method from nsIFormControlFrame. r+sr=bzbarsky

This commit is contained in:
roc+@cs.cmu.edu
2004-04-13 03:11:05 +00:00
parent 9a0c8decee
commit e719dd34eb
28 changed files with 6 additions and 186 deletions

View File

@@ -601,13 +601,6 @@ nsHTMLButtonControlFrame::GetHorizontalInsidePadding(nsIPresContext* aPresContex
return 0;
}
nsresult nsHTMLButtonControlFrame::RequiresWidget(PRBool& aRequiresWidget)
{
aRequiresWidget = PR_FALSE;
return NS_OK;
}
NS_IMETHODIMP nsHTMLButtonControlFrame::SetProperty(nsIPresContext* aPresContext,
nsIAtom* aName, const nsAString& aValue)
{