breaking up gfx & native widgets
git-svn-id: svn://10.0.0.236/trunk@42404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -416,19 +416,6 @@ NS_IMETHODIMP nsFileControlFrame::GetProperty(nsIAtom* aName, nsString& aValue)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsFileControlFrame::HasWidget()
|
||||
{
|
||||
PRBool hasWidget = PR_FALSE;
|
||||
nsIWidget* widget;
|
||||
mTextFrame->GetWidget(&widget);
|
||||
if (widget) {
|
||||
NS_RELEASE(widget);
|
||||
hasWidget = PR_TRUE;
|
||||
}
|
||||
return(hasWidget);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user