X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fimage.h;h=0ba35a64ef839f0dcd6a189c4f1787b81f709e79;hb=ff364987bf3c2ef5bb2b57348747eeb784d8ba90;hp=70d18e703580396361a3e2e1fd0b26d35f23b78e;hpb=334442ab65c242cf6da1435749a5c5c5bb69f592;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/image.h b/dali/public-api/images/image.h index 70d18e7..0ba35a6 100644 --- a/dali/public-api/images/image.h +++ b/dali/public-api/images/image.h @@ -60,19 +60,6 @@ class DALI_IMPORT_API Image : public BaseHandle public: /** - * @DEPRECATED_1_1.3. Image resource is released as soon as last handle is released. - * @brief ReleasePolicy controls the way images are deleted from memory. - * @SINCE_1_0.0 - * @remarks This is an experimental feature and might not be supported in the next release. - * We do recommend not to use it. - */ - enum ReleasePolicy - { - UNUSED, ///< release resource once image is not in use anymore (eg. all actors using it become offstage). Reload when resource is required again. @SINCE_1_0.0 - NEVER ///< keep image data for the lifetime of the object. (default) @SINCE_1_0.0 - }; - - /** * @brief Type of signal for Image Uploaded. * @SINCE_1_0.0 */ @@ -125,18 +112,6 @@ public: static Image DownCast( BaseHandle handle ); /** - * @DEPRECATED_1_1.3 - * - * @brief Return resource release policy. - * - * @SINCE_1_0.0 - * @remarks This is an experimental feature and might not be supported in the next release. - * We do recommend not to use it. - * @return Resource release policy - */ - ReleasePolicy GetReleasePolicy() const; - - /** * @brief Returns the width of the image. * * Returns either the requested width or the actual loaded width if no specific size was requested.