mirror of https://github.com/GNOME/gimp.git
forgot to remove a debugging g_printf.
This commit is contained in:
parent
d5d99e5c34
commit
6bd258c588
|
@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
|
|||
/* ...and doesn't want to preserve it */
|
||||
! active_tool->preserve))
|
||||
{
|
||||
g_print ("disp_callbacks: call tools_initialize()\n");
|
||||
|
||||
tools_initialize (active_tool->type, gdisp);
|
||||
}
|
||||
|
||||
|
|
|
@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
|
|||
/* ...and doesn't want to preserve it */
|
||||
! active_tool->preserve))
|
||||
{
|
||||
g_print ("disp_callbacks: call tools_initialize()\n");
|
||||
|
||||
tools_initialize (active_tool->type, gdisp);
|
||||
}
|
||||
|
||||
|
|
|
@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
|
|||
/* ...and doesn't want to preserve it */
|
||||
! active_tool->preserve))
|
||||
{
|
||||
g_print ("disp_callbacks: call tools_initialize()\n");
|
||||
|
||||
tools_initialize (active_tool->type, gdisp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue