X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Factors%2Factor-devel.h;h=ff521def797b8100dd29c3dc2390324912d7e26e;hb=0a68c62785eaa442cfa213157431d6f2c9b37033;hp=af3d4c5a2e2d62c5f11c462aa12de222d27f0d61;hpb=d89adac18b34e8aff2f0b78dc4c0240100aaa282;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/actors/actor-devel.h b/dali/devel-api/actors/actor-devel.h old mode 100755 new mode 100644 index af3d4c5..ff521de --- a/dali/devel-api/actors/actor-devel.h +++ b/dali/devel-api/actors/actor-devel.h @@ -128,13 +128,6 @@ enum Type * @note True means that the actor is out of the view frustum. */ CULLED = INHERIT_LAYOUT_DIRECTION + 5, - - /** - * @brief Sets the update size hint of the actor. - * @details Name "updateSizeHint", type Property::VECTOR2. - * @note When this value is set, the update area is determined by this value when a partial update. - */ - UPDATE_SIZE_HINT = INHERIT_LAYOUT_DIRECTION + 6, }; } // namespace Property