Clean up compiler warning (unused variable)

This commit is contained in:
syd%netscape.com 1999-06-27 20:29:16 +00:00
Родитель 5e684e91e6
Коммит 1179ee65ba
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -398,7 +398,6 @@ NS_MoveWidget(nsISupports* aWidget, PRUint32 aX, PRUint32 aY)
extern NS_WIDGET nsresult
NS_EnableWidget(nsISupports* aWidget, PRBool aEnable)
{
void* result = nsnull;
nsIWidget* widget;
if (NS_OK == aWidget->QueryInterface(kIWidgetIID,(void**)&widget))
{