Emotion: Remove unused variables

SVN revision: 63133
This commit is contained in:
Sebastian Dransfeld 2011-09-03 21:09:19 +00:00
parent ffb22a5c4e
commit 6972fe5e82
1 changed files with 0 additions and 2 deletions

View File

@ -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);