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

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