Bug 3322: Opps, removing some debugging cruft.

This commit is contained in:
pollmann%netscape.com 1999-05-28 00:28:07 +00:00
Родитель f33301eff9
Коммит 05148bdec9
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -356,8 +356,7 @@ nsComboBox::OnUnmapSignal(GtkWidget * aWidget)
{
if (!aWidget) return;
/* Generate and sent an NS_CONTROLCHANGE signal to frame here */
printf("Unmap - Bing!\n");
// Generate a NS_CONTROL_CHANGE event and send it to the frame
nsGUIEvent event;
event.eventStructType = NS_GUI_EVENT;
nsPoint point(0,0);