evas/render - removed useless param

SVN revision: 72187
This commit is contained in:
ChunEon Park 2012-06-15 11:40:08 +00:00
parent b79f60974b
commit fa927a68cd
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
evas_object_clip_recalc(obj);
RDI(level);
RD(" { evas_render_mapped(%p, %p, %p, %p, %i, %i, %i, %i)\n", e, obj, context, surface, off_x, off_y, mapped, level);
RD(" { evas_render_mapped(%p, %p, %p, %p, %i, %i, %i)\n", e, obj, context, surface, off_x, off_y, mapped);
if (mapped)
{
if ((!evas_object_is_visible(obj)) || (obj->clip.clipees) ||