removed debugging output.

2004-05-24  Sven Neumann  <sven@gimp.org>

	* app/display/gimpscalecombobox.c
	(gimp_scale_combo_box_mru_remove_last): removed debugging output.
This commit is contained in:
Sven Neumann
2004-05-24 14:16:25 +00:00
committed by Sven Neumann
parent 51928a4a59
commit 84db7b133b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-05-24 Sven Neumann <sven@gimp.org>
* app/display/gimpscalecombobox.c
(gimp_scale_combo_box_mru_remove_last): removed debugging output.
2004-05-24 Sven Neumann <sven@gimp.org>
* app/core/gimptoolinfo.[ch]: derive GimpToolInfo from

View File

@ -212,7 +212,6 @@ gimp_scale_combo_box_mru_remove_last (GimpScaleComboBox *combo_box)
gtk_tree_model_get (model, &iter,
LABEL, &label,
-1);
g_printerr ("removing %s\n", label);
gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
gtk_tree_row_reference_free (last->data);