Remove bogus commented service deletion.

This commit is contained in:
mcafee%netscape.com 1999-06-15 04:36:41 +00:00
Родитель d674d7d97b
Коммит f6d00aae13
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -127,8 +127,6 @@ void nsDragService::SetTopLevelWidget(GtkWidget* w)
GTK_SIGNAL_FUNC (nsDragService::DragDataReceived), dragService);
#endif
// We're done with our reference to the dragService.
//NS_IF_RELEASE(dragService);
}
//-------------------------------------------------------------------------