efl: Remove unused variables

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82246
This commit is contained in:
Mike McCormack 2013-01-05 00:06:28 +00:00 committed by Mike McCormack
parent 53fda2cc48
commit 8d1683367f
2 changed files with 0 additions and 5 deletions

View File

@ -432,8 +432,6 @@ evas_object_polygon_render_pre(Evas_Object *eo_obj, Evas_Object_Protected_Data *
static void
evas_object_polygon_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj EINA_UNUSED)
{
Evas_Object_Polygon *o = eo_data_get(eo_obj, MY_CLASS);
/* this moves the current data to the previous state parts of the object */
/* in whatever way is safest for the object. also if we don't need object */
/* data anymore we can free it if the object deems this is a good idea */

View File

@ -2230,8 +2230,6 @@ evas_object_text_render_pre(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj
static void
evas_object_text_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj EINA_UNUSED)
{
Evas_Object_Text *o = eo_data_get(eo_obj, MY_CLASS);
/* this moves the current data to the previous state parts of the object
in whatever way is safest for the object. also if we don't need object
data anymore we can free it if the object deems this is a good idea */
@ -2239,7 +2237,6 @@ evas_object_text_render_post(Evas_Object *eo_obj, Evas_Object_Protected_Data *ob
evas_object_clip_changes_clean(eo_obj);
/* move cur to prev safely for object data */
evas_object_cur_prev(eo_obj);
/* o->prev = o->cur; */
}
static unsigned int