efl: Remove unused variables
authorMike McCormack <mikem@atratus.org>
Sat, 5 Jan 2013 00:06:28 +0000 (00:06 +0000)
committerMike McCormack <mikem@ring3k.org>
Sat, 5 Jan 2013 00:06:28 +0000 (00:06 +0000)
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82246

src/lib/evas/canvas/evas_object_polygon.c
src/lib/evas/canvas/evas_object_text.c

index e05f193..587d91b 100644 (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 */
index b5d77eb..e6ece4b 100644 (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