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:
Martin Nordholts 2007-09-02 06:12:55 +00:00 committed by Martin Nordholts
parent ce21737d37
commit 1ff1f238a8
2 changed files with 7 additions and 9 deletions

View File

@ -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>
* app/tools/gimprectangleselecttool.c

View File

@ -576,15 +576,6 @@ gimp_display_shell_draw_area (GimpDisplayShell *shell,
i - shell->disp_yoffset,
dx, dy,
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
}
}
}