Remove leftover debugging output

This commit is contained in:
Matthias Clasen 2004-08-13 17:03:13 +00:00
parent 452dfcb081
commit 95239fca67

View File

@ -1931,7 +1931,6 @@ gtk_combo_box_forall (GtkContainer *container,
(* callback) (combo_box->priv->cell_view_frame, callback_data);
}
g_print ("combo box forall\n");
if (GTK_BIN (container)->child)
(* callback) (GTK_BIN (container)->child, callback_data);
}