Revert "[Tizen] Restore the deprecated property of Actor"
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 21 Jan 2019 04:41:25 +0000 (13:41 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 21 Jan 2019 04:41:30 +0000 (13:41 +0900)
This reverts commit 514ae12feaefb0271d86b2c94b1175bdd2a9edd3.

Change-Id: I4fdb18987a42220cbc359f5bbd964142daa4dd5e

dali/devel-api/actors/actor-devel.h
dali/internal/event/actors/actor-impl.cpp
dali/public-api/actors/actor.h

index 0378efd0228d6cf57bbcee61679ee27acbadf9dd..074634aea13111f5de3b4e09767ac8545e316d11 100644 (file)
@@ -73,7 +73,6 @@ enum Type
   INHERIT_ORIENTATION         = Dali::Actor::Property::INHERIT_ORIENTATION,
   INHERIT_SCALE               = Dali::Actor::Property::INHERIT_SCALE,
   COLOR_MODE                  = Dali::Actor::Property::COLOR_MODE,
-  RESERVED_PROPERTY_01        = Dali::Actor::Property::RESERVED_PROPERTY_01,
   DRAW_MODE                   = Dali::Actor::Property::DRAW_MODE,
   SIZE_MODE_FACTOR            = Dali::Actor::Property::SIZE_MODE_FACTOR,
   WIDTH_RESIZE_POLICY         = Dali::Actor::Property::WIDTH_RESIZE_POLICY,
index d2b33c9fa471ef350d690d2dc4d845cf3d93e84a..8d923b3db220e77c57a8040f19dcf30df8e3514c 100644 (file)
@@ -192,7 +192,6 @@ DALI_PROPERTY( "leaveRequired",             BOOLEAN,  true,  false, false, Dali:
 DALI_PROPERTY( "inheritOrientation",        BOOLEAN,  true,  false, false, Dali::Actor::Property::INHERIT_ORIENTATION )
 DALI_PROPERTY( "inheritScale",              BOOLEAN,  true,  false, false, Dali::Actor::Property::INHERIT_SCALE )
 DALI_PROPERTY( "colorMode",                 STRING,   true,  false, false, Dali::Actor::Property::COLOR_MODE )
-DALI_PROPERTY( "reservedProperty01",        STRING,   true,  false, false, Dali::Actor::Property::RESERVED_PROPERTY_01 ) // This property was removed, but to keep binary compatibility and TypeRegister test app, remain it here.
 DALI_PROPERTY( "drawMode",                  STRING,   true,  false, false, Dali::Actor::Property::DRAW_MODE )
 DALI_PROPERTY( "sizeModeFactor",            VECTOR3,  true,  false, false, Dali::Actor::Property::SIZE_MODE_FACTOR )
 DALI_PROPERTY( "widthResizePolicy",         STRING,   true,  false, false, Dali::Actor::Property::WIDTH_RESIZE_POLICY )
index cd70260dc4846311ea1735bfd199beb9c3ebba4e..d0c2f9885d4dd49dab4d243dcd0697dc6ae23aad 100644 (file)
@@ -298,7 +298,6 @@ public:
       INHERIT_ORIENTATION,                                ///< name "inheritOrientation",    type bool        @SINCE_1_0.0
       INHERIT_SCALE,                                      ///< name "inheritScale",          type bool        @SINCE_1_0.0
       COLOR_MODE,                                         ///< name "colorMode",             type std::string @SINCE_1_0.0
-      RESERVED_PROPERTY_01,                               ///< name "reservedProperty01", This property is removed because it's deprecated.
       DRAW_MODE,                                          ///< name "drawMode",              type std::string @SINCE_1_0.0
       SIZE_MODE_FACTOR,                                   ///< name "sizeModeFactor",        type Vector3     @SINCE_1_0.0
       WIDTH_RESIZE_POLICY,                                ///< name "widthResizePolicy",     type String      @SINCE_1_0.0