From 6972fe5e82c53a6c9620a840bf52e7325f5dbac3 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sat, 3 Sep 2011 21:09:19 +0000 Subject: [PATCH] Emotion: Remove unused variables SVN revision: 63133 --- legacy/emotion/src/lib/emotion_smart.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index e5aa10ff2e..e0136c0ca5 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -380,8 +380,6 @@ emotion_object_file_set(Evas_Object *obj, const char *file) if ((file) && (sd->file) && (file == sd->file || !strcmp(file, sd->file))) return EINA_FALSE; if ((file) && (file[0] != 0)) { - int w, h; - eina_stringshare_replace(&sd->file, file); sd->module->file_close(sd->video); evas_object_image_data_set(sd->obj, NULL);