elementary: image orientation seems to work quite nicely, so let's enable it.
authorChidambar Zinnoury <illogict@online.fr>
Sun, 19 Sep 2010 17:36:26 +0000 (17:36 +0000)
committerChidambar Zinnoury <illogict@online.fr>
Sun, 19 Sep 2010 17:36:26 +0000 (17:36 +0000)
SVN revision: 52466

src/lib/els_icon.c

index 549f0249488dbc3e3ef9ae04fdebe84f1f1ed0bd..97dd2ac43d4393367d777b238e7a4b2c7794fc13 100644 (file)
@@ -213,8 +213,6 @@ _els_smart_icon_orient_set(Evas_Object *obj, Elm_Image_Orient orient)
       case ELM_IMAGE_ROTATE_180_CW:
          _els_smart_icon_rotate_180(sd);
          return;
-     default:
-        return;
      }
 
    evas_object_image_size_get(sd->obj, &iw, &ih);