Evas: Remove unused variables

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78252
This commit is contained in:
Christopher Michael 2012-10-19 12:58:33 +00:00 committed by Christopher Michael
parent 508b82e880
commit f279e9f2d9
1 changed files with 0 additions and 2 deletions

View File

@ -569,7 +569,6 @@ evas_object_image_source_visible_set(Evas_Object *eo_obj, Eina_Bool visible)
void
_image_source_visible_set(Eo *eo_obj, void *_pd, va_list *list)
{
Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS);
Evas_Object_Protected_Data *src_obj;
Evas_Object_Image *o = _pd;
Eina_Bool visible = va_arg(*list, int);
@ -612,7 +611,6 @@ evas_object_image_border_set(Evas_Object *eo_obj, int l, int r, int t, int b)
static void
_image_source_visible_get(Eo *eo_obj, void *_pd, va_list *list)
{
Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS);
Evas_Object_Protected_Data *src_obj;
Evas_Object_Image *o = _pd;
Eina_Bool *visible = va_arg(*list, Eina_Bool *);