Revert "Add UPDATE_SIZE_HINT property" 38/213438/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Thu, 5 Sep 2019 08:16:56 +0000 (17:16 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 5 Sep 2019 08:17:03 +0000 (17:17 +0900)
This reverts commit 7a930ff359a42003d0a6f5187a909d8ef2688f3b.

Change-Id: I213259aae0c0e586ce7c8f4ddbb7f274cdcfed1a

dali-csharp-binder/src/dali_wrap.cpp

index 20cc6c9..5289e2f 100755 (executable)
@@ -66973,15 +66973,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_PADDING_get() {
   return jresult;
 }
 
-SWIGEXPORT int SWIGSTDCALL CSharp_Dali_View_Property_UPDATE_SIZE_HINT_get() {
-  int jresult ;
-  int result;
-
-  result = (int)Dali::DevelActor::Property::UPDATE_SIZE_HINT;
-  jresult = (int)result;
-  return jresult;
-}
-
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_View_Property() {
   void * jresult ;
   Dali::Toolkit::Control::Property *result = 0 ;