X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=fd08176bf71b15b29850678ce077310c811d435b;hp=c1b0bfab4ad6ef158716ec056055cf96b45ee009;hb=0a98cc9159a2b5868987ec7f0b31b76f3dc10259;hpb=f7b1e17d935be0ca40c3529484a4784243e5f709 diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index c1b0bfa..fd08176 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -105,15 +105,6 @@ enum BORDER_ONLY, /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Property::BOOLEAN. - * @SINCE_1_2.0 - * @note Optional. If not specified, the default is false. - * @note For Image visuals only. Not to be used with NPatch or SVG images. - */ - BATCHING_ENABLED, - - /** * @brief The image area to be displayed. * @details Name "pixelArea", type Property::VECTOR4. * It is a rectangular area.