mirror of https://github.com/GNOME/gimp.git
Remove the STRESS_TEST stuff, gimp_image_invalidate_without_render does
2007-09-02 Martin Nordholts <martinn@svn.gnome.org> * app/display/gimpdisplayshell-draw.c (gimp_display_shell_draw_area): Remove the STRESS_TEST stuff, gimp_image_invalidate_without_render does not exist anymore anyway. svn path=/trunk/; revision=23441
This commit is contained in:
parent
ce21737d37
commit
1ff1f238a8
|
@ -1,3 +1,10 @@
|
||||||
|
2007-09-02 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
|
* app/display/gimpdisplayshell-draw.c
|
||||||
|
(gimp_display_shell_draw_area): Remove the STRESS_TEST stuff,
|
||||||
|
gimp_image_invalidate_without_render does not exist anymore
|
||||||
|
anyway.
|
||||||
|
|
||||||
2007-09-02 Martin Nordholts <martinn@svn.gnome.org>
|
2007-09-02 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
* app/tools/gimprectangleselecttool.c
|
* app/tools/gimprectangleselecttool.c
|
||||||
|
|
|
@ -576,15 +576,6 @@ gimp_display_shell_draw_area (GimpDisplayShell *shell,
|
||||||
i - shell->disp_yoffset,
|
i - shell->disp_yoffset,
|
||||||
dx, dy,
|
dx, dy,
|
||||||
shell->highlight ? &rect : NULL);
|
shell->highlight ? &rect : NULL);
|
||||||
|
|
||||||
#ifdef STRESS_TEST
|
|
||||||
/* Invalidate the projection just after we render it! */
|
|
||||||
gimp_image_invalidate_without_render (shell->display->image,
|
|
||||||
j - shell->disp_xoffset,
|
|
||||||
i - shell->disp_yoffset,
|
|
||||||
dx, dy,
|
|
||||||
0, 0, 0, 0);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue