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

git-svn-id: svn://10.0.0.236/trunk@154764 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2004-04-13 03:11:05 +00:00
parent 0ab70ba7a5
commit 80b27683f0
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)
{