diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-13 17:03:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-13 17:03:13 +0000 |
commit | 95239fca67d782d810d57c571c18e991797e97a8 (patch) | |
tree | 80a30aa98919b9f5cc36a6f5ee1de7c549dc28ed /gtk/gtkcombobox.c | |
parent | 452dfcb08171a4b61a6df2fd064d9faec19668a7 (diff) | |
download | gtk+-95239fca67d782d810d57c571c18e991797e97a8.tar.gz |
Remove leftover debugging output
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 64e63b95d5..118ca2e1d2 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -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); } |