mirror of https://github.com/GNOME/gimp.git
Remove #if zeroed debug output.
2008-07-11 Martin Nordholts <martinn@svn.gnome.org> * app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale_setup): Remove #if zeroed debug output. svn path=/trunk/; revision=26145
This commit is contained in:
parent
ed12651cdd
commit
da6205f349
|
@ -1,3 +1,8 @@
|
|||
2008-07-11 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/display/gimpdisplayshell-scale.c
|
||||
(gimp_display_shell_scale_setup): Remove #if zeroed debug output.
|
||||
|
||||
2008-07-11 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/display/gimpdisplayshell-scale.c
|
||||
|
|
|
@ -225,18 +225,6 @@ gimp_display_shell_scale_setup (GimpDisplayShell *shell)
|
|||
gimp_ruler_set_unit (GIMP_RULER (shell->vrule),
|
||||
shell->unit);
|
||||
}
|
||||
|
||||
#if 0
|
||||
g_printerr ("offset_x: %d\n"
|
||||
"offset_y: %d\n"
|
||||
"disp_width: %d\n"
|
||||
"disp_height: %d\n"
|
||||
"disp_xoffset: %d\n"
|
||||
"disp_yoffset: %d\n\n",
|
||||
shell->offset_x, shell->offset_y,
|
||||
shell->disp_width, shell->disp_height,
|
||||
shell->disp_xoffset, shell->disp_yoffset);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue