From: raster Date: Wed, 19 Oct 2011 09:50:55 +0000 (+0000) Subject: we dont need the dirty at the end either. X-Git-Tag: 2.0_alpha~193^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd4b2c83d784a3928b71d971c1534cac7f64ac28;p=framework%2Fuifw%2Fevas.git we dont need the dirty at the end either. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@64173 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/gl_x11/evas_engine.c b/src/modules/engines/gl_x11/evas_engine.c index 094d8c3..c929b0a 100644 --- a/src/modules/engines/gl_x11/evas_engine.c +++ b/src/modules/engines/gl_x11/evas_engine.c @@ -2497,8 +2497,6 @@ eng_image_data_put(void *data, void *image, DATA32 *image_data) abort(); break; } - /* hmmm - but if we wrote... why bother? */ - evas_gl_common_image_dirty(im, 0, 0, 0, 0); return im; }