Revert "[Tizen] Add properties of TextLabel/Editor" 83/153383/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:52:04 +0000 (14:52 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:52:05 +0000 (14:52 +0900)
This reverts commit ca5af1894660abc14eb053f9fa7b50fc7894f3c1.

Change-Id: If6a8f3823049589cb0d0d78d19204d57d8545b00

dali-csharp-binder/src/devel-property-wrap.cpp

index ac031a0..5f578eb 100755 (executable)
@@ -382,33 +382,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_HIDDENINPUT_PROPERTY_SHOW_DURATION_get() {
   return jresult;
 }
 
-SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_LINE_COUNT_get() {
-  int jresult ;
-  int result;
-
-  result = (int)Dali::Toolkit::DevelTextLabel::Property::LINE_COUNT;
-  jresult = (int)result;
-  return jresult;
-}
-
-SWIGEXPORT int SWIGSTDCALL CSharp_TextLabel_Property_LINE_WRAP_MODE_get() {
-  int jresult ;
-  int result;
-
-  result = (int)Dali::Toolkit::DevelTextLabel::Property::LINE_WRAP_MODE;
-  jresult = (int)result;
-  return jresult;
-}
-
-SWIGEXPORT int SWIGSTDCALL CSharp_TextEditor_Property_LINE_WRAP_MODE_get() {
-  int jresult ;
-  int result;
-
-  result = (int)Dali::Toolkit::DevelTextEditor::Property::LINE_WRAP_MODE;
-  jresult = (int)result;
-  return jresult;
-}
-
 #ifdef __cplusplus
 }
 #endif