Remove SetModal interface.

git-svn-id: svn://10.0.0.236/trunk@30869 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
syd%netscape.com 1999-05-08 23:14:35 +00:00
parent 072a998769
commit ed676036e3

View File

@ -253,13 +253,6 @@ class nsIWidget : public nsISupports {
*/
NS_IMETHOD Show(PRBool aState) = 0;
/**
* Make the window modal
*
*
*/
NS_IMETHOD SetModal(void) = 0;
/**
* Returns whether the window is visible
*