mirror of https://github.com/GNOME/gimp.git
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:
parent
abf13dd16f
commit
ddfe7575ed
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue