removed debugging output that shouldd have never been committed.

2003-10-12  Sven Neumann  <sven@gimp.org>

	* app/paint/gimppaintcore.c: removed debugging output that shouldd
	have never been committed.
This commit is contained in:
Sven Neumann 2003-10-12 13:28:05 +00:00 committed by Sven Neumann
parent abf13dd16f
commit ddfe7575ed
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2003-10-12 Sven Neumann <sven@gimp.org>
* app/paint/gimppaintcore.c: removed debugging output that shouldd
have never been committed.
2003-10-12 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplay.c (gimp_display_reconnect): HALT the
@ -144,7 +149,6 @@
* app/gui/stroke-dialog.c
* app/gui/templates-commands.c
* app/gui/tool-options-commands.c
* app/paint/gimppaintcore.c
* app/pdb/gimprc_cmds.c
* app/text/gimptext-parasite.c
* app/text/gimptext.c

View File

@ -1224,19 +1224,10 @@ gimp_paint_core_subsample_mask (GimpPaintCore *core,
if (mask == core->last_brush_mask && ! core->cache_invalid)
{
if (core->kernel_brushes[index2][index1])
{
g_printerr (".");
return core->kernel_brushes[index2][index1];
}
else
{
g_printerr ("o");
}
return core->kernel_brushes[index2][index1];
}
else
{
g_printerr ("*");
for (i = 0; i < KERNEL_SUBSAMPLE + 1; i++)
for (j = 0; j < KERNEL_SUBSAMPLE + 1; j++)
if (core->kernel_brushes[i][j])