image: remove unused variables
authorAmitesh Singh <amitesh.sh@samsung.com>
Tue, 13 Oct 2015 03:38:01 +0000 (09:08 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Tue, 13 Oct 2015 03:38:01 +0000 (09:08 +0530)
src/lib/elm_image.c

index 5cfc046486f81c457f8042d69609e9f58ae92ac6..c6d985036b83a4736b82ce7c148710d20104e43d 100644 (file)
@@ -1395,8 +1395,6 @@ _elm_image_efl_image_load_size_get(Eo *obj EINA_UNUSED, Elm_Image_Data *sd, int
 EOLIAN static void
 _elm_image_orient_set(Eo *obj, Elm_Image_Data *sd, Elm_Image_Orient orient)
 {
-   int iw, ih;
-
    if (sd->edje) return;
    if (sd->orient == orient) return;