mirror of https://github.com/GNOME/gimp.git
removed debugging output.
2006-05-15 Sven Neumann <sven@gimp.org> * app/plug-in/gimpplugin.c: removed debugging output.
This commit is contained in:
parent
6ebcf700d1
commit
c357c470e3
|
@ -1,3 +1,7 @@
|
|||
2006-05-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/plug-in/gimpplugin.c: removed debugging output.
|
||||
|
||||
2006-05-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/*/*.c:
|
||||
|
|
|
@ -162,8 +162,6 @@ gimp_plug_in_finalize (GObject *object)
|
|||
{
|
||||
GimpPlugIn *plug_in = GIMP_PLUG_IN (object);
|
||||
|
||||
g_printerr ("%s (%s)\n", G_STRFUNC, GIMP_OBJECT (plug_in)->name);
|
||||
|
||||
g_free (plug_in->prog);
|
||||
|
||||
gimp_plug_in_proc_frame_dispose (&plug_in->main_proc_frame, plug_in);
|
||||
|
@ -401,9 +399,7 @@ gimp_plug_in_close (GimpPlugIn *plug_in,
|
|||
GList *list;
|
||||
|
||||
g_return_if_fail (GIMP_IS_PLUG_IN (plug_in));
|
||||
g_return_if_fail (plug_in->open == TRUE);
|
||||
|
||||
g_printerr ("%s (%s)\n", G_STRFUNC, GIMP_OBJECT (plug_in)->name);
|
||||
g_return_if_fail (plug_in->open);
|
||||
|
||||
plug_in->open = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue