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

@@ -252,17 +252,7 @@ protected:
virtual ~nsFormControlFrame();
/**
* Determine if the control uses a native widget for rendering
* @param aRequiresWidget is set to PR_TRUE if it has a native widget, PR_FALSE otherwise.
* @returns NS_OK
*/
virtual nsresult RequiresWidget(PRBool &aRequiresWidget);
/**
/**
* Get the size that this frame would occupy without any constraints
* @param aPresContext the presentation context
* @param aDesiredSize the size desired by this frame, to be set by this method