Emotion: Remove unused variables
authorenglebass <englebass>
Sat, 3 Sep 2011 21:09:19 +0000 (21:09 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Sep 2011 21:09:19 +0000 (21:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63133 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/emotion_smart.c

index e5aa10f..e0136c0 100644 (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);