evas - removed unnecessary lines.

in the render main function, it will always reset changed field whenever it calls the post function.



SVN revision: 81974
This commit is contained in:
ChunEon Park 2013-01-02 11:56:20 +00:00
parent 49b2bfea5a
commit bb39010a0a
6 changed files with 0 additions and 6 deletions

View File

@ -3817,7 +3817,6 @@ evas_object_image_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *o
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
o->prev = o->cur;
o->changed = EINA_FALSE;
/* FIXME: copy strings across */
}

View File

@ -378,7 +378,6 @@ evas_object_line_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *ob
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
o->prev = o->cur;
o->changed = EINA_FALSE;
}
static unsigned int evas_object_line_id_get(Evas_Object *eo_obj)

View File

@ -441,7 +441,6 @@ evas_object_polygon_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data
evas_object_clip_changes_clean(eo_obj);
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
o->changed = 0;
}
static unsigned int evas_object_polygon_id_get(Evas_Object *eo_obj)

View File

@ -2240,7 +2240,6 @@ evas_object_text_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *ob
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
/* o->prev = o->cur; */
o->changed = 0;
}
static unsigned int

View File

@ -10702,7 +10702,6 @@ evas_object_textblock_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Dat
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
/* o->prev = o->cur; */
/* o->changed = 0; */
}
static unsigned int evas_object_textblock_id_get(Evas_Object *eo_obj)

View File

@ -835,7 +835,6 @@ evas_object_textgrid_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
o->prev = o->cur;
o->changed = 0;
while (eina_array_count(&o->glyphs_cleanup) > 0)
{