diff --git a/ChangeLog b/ChangeLog index 300d326fcc..ccb6cde39d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-09-02 Martin Nordholts + + * 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 * app/tools/gimprectangleselecttool.c diff --git a/app/display/gimpdisplayshell-draw.c b/app/display/gimpdisplayshell-draw.c index 33d1872038..e56b82c095 100644 --- a/app/display/gimpdisplayshell-draw.c +++ b/app/display/gimpdisplayshell-draw.c @@ -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 } } }