X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=a3dbab0dbaeef85e9bb11843da193c6600bf69bc;hb=3009003fa7c0cc84454fc9d255ff958c0f308df8;hp=43b30156400ffbd33d28c4990a06b718ae927ad7;hpb=5bf0bc5ee8bcc85df99d3939bb0c56475abcc713;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index 43b3015..a3dbab0 100755 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -74,16 +74,6 @@ public: static Scene New( Size size ); /** - * @brief Create an initialized Scene handle. - * - * @param[in] size The size of the set surface for this scene - * @param[in] orientation The orientation of the set surface for this scene - * - * @return a handle to a newly allocated Dali resource. - */ - static Scene New( Size size, int orientation ); - - /** * @brief Downcast an Object handle to Scene handle. * * If handle points to a Scene object the downcast produces