remove bogus call to nsIAppShell->GetNativeData since it isn't used r=shaver (for the entire checkin)

This commit is contained in:
pavlov%netscape.com 1999-10-01 08:34:33 +00:00
Родитель d85fdda346
Коммит b3d403e8eb
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -938,10 +938,6 @@ nsresult nsWidget::CreateWidget(nsIWidget *aParent,
} else if (aParent) { } else if (aParent) {
// this ups the refcount of the gtk widget, we must unref later. // this ups the refcount of the gtk widget, we must unref later.
parentWidget = GTK_WIDGET(aParent->GetNativeData(NS_NATIVE_WIDGET)); parentWidget = GTK_WIDGET(aParent->GetNativeData(NS_NATIVE_WIDGET));
} else if(aAppShell) {
nsNativeWidget shellWidget = aAppShell->GetNativeData(NS_NATIVE_SHELL);
if (shellWidget)
parentWidget = GTK_WIDGET(shellWidget);
} }
mBounds = aRect; mBounds = aRect;