X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fvisual-properties.h;h=4c1ff576787e3888476bf5beffc0265f7065601d;hp=f8d4b7072a20261cc7fbce128e9c8485d1c20149;hb=afe38927f068846eaa02c374430da05f6209a6f9;hpb=56b4ea70c3d00b35bd517f532c5229902795bff6 diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index f8d4b70..4c1ff57 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -43,7 +43,6 @@ enum Type MESH, ///< Renders a mesh using an "obj" file, optionally with textures provided by an "mtl" file. @SINCE_1_1.45 PRIMITIVE, ///< Renders a simple 3D shape, such as a cube or sphere. @SINCE_1_1.45 DEBUG, ///< Renders a simple wire-frame outlining a quad. @SINCE_1_1.45 - BATCH_IMAGE, ///< Renders an image in the geometry batching mode @SINCE_1_1.46 }; namespace Property @@ -69,14 +68,6 @@ enum * @see Shader::Property */ SHADER, - - /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Boolean. - * @SINCE_1_1.46 - * @note Optional. - */ - BATCHING_ENABLED, }; } // namespace Property