efl_gfx_image: remove ptr()
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Sat, 21 Sep 2019 15:53:53 +0000 (17:53 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 22 Sep 2019 21:11:58 +0000 (06:11 +0900)
this is not needed here, and not permitted in a none beta context.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10069

src/lib/efl/interfaces/efl_gfx_image.eo

index 4e8c5c4..b9ccac4 100644 (file)
@@ -213,9 +213,9 @@ interface @beta Efl.Gfx.Image
          }
          get {}
          values {
-            horizontal: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>(null); [[Representation of areas that are
+            horizontal: iterator<Efl.Gfx.Image_Stretch_Region>(null); [[Representation of areas that are
                 stretchable in the image horizontal space.]]
-            vertical: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>(null); [[Representation of areas that are
+            vertical: iterator<Efl.Gfx.Image_Stretch_Region>(null); [[Representation of areas that are
                 stretchable in the image vertical space.]]
          }
       }