Revert "[Tizen] Add properties of TextLabel/Editor" 24/150924/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 19 Sep 2017 05:26:41 +0000 (14:26 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 19 Sep 2017 05:26:44 +0000 (14:26 +0900)
This reverts commit ca5af1894660abc14eb053f9fa7b50fc7894f3c1.

Change-Id: I430e05eb7691a028dbd3cb269ab5591e6ee04c7c

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