useless clip setting in ctx as it's reset a few lines later.

SVN revision: 66271
This commit is contained in:
Carsten Haitzler 2011-12-16 07:20:12 +00:00
parent 6fd0ee9262
commit 3306dce0c7
1 changed files with 0 additions and 7 deletions

View File

@ -1562,13 +1562,6 @@ evas_render_updates_internal(Evas *e,
else
e->engine.func->context_mask_unset(e->engine.data.output,
e->engine.data.context);
if (obj->cur.clipper)
e->engine.func->context_clip_set(e->engine.data.output,
e->engine.data.context,
x, y, w, h);
else
e->engine.func->context_clip_unset(e->engine.data.output,
e->engine.data.context);
#if 1 /* FIXME: this can slow things down... figure out optimum... coverage */
for (j = offset; j < e->temporary_objects.count; ++j)
{