mirror of https://github.com/GNOME/gimp.git
commented out debug message.
2008-05-07 Sven Neumann <sven@gimp.org> * app/plug-in/gimpplugin-cleanup.c (gimp_plug_in_cleanup_item): commented out debug message. svn path=/trunk/; revision=25580
This commit is contained in:
parent
94c6633ca8
commit
bfa9eb956e
|
@ -1,3 +1,8 @@
|
|||
2008-05-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/plug-in/gimpplugin-cleanup.c (gimp_plug_in_cleanup_item):
|
||||
commented out debug message.
|
||||
|
||||
2008-05-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/blur-gauss-selective.c: allocate temporary
|
||||
|
|
|
@ -334,11 +334,13 @@ gimp_plug_in_cleanup_item (GimpPlugInProcFrame *proc_frame,
|
|||
|
||||
if (cleanup->shadow_tiles)
|
||||
{
|
||||
#if 0
|
||||
GimpProcedure *proc = proc_frame->procedure;
|
||||
|
||||
g_printerr ("Plug-In '%s' didn't free shadow tiles of drawable '%s'.\n",
|
||||
gimp_plug_in_procedure_get_label (GIMP_PLUG_IN_PROCEDURE (proc)),
|
||||
gimp_object_get_name (GIMP_OBJECT (item)));
|
||||
#endif
|
||||
|
||||
gimp_drawable_free_shadow_tiles (GIMP_DRAWABLE (item));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue