Remove unnecessary functions 29/191529/3
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 18 Oct 2018 05:36:51 +0000 (14:36 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 19 Oct 2018 02:31:48 +0000 (02:31 +0000)
Change-Id: Ibbb5b65eb59e081cd0edea5e878a3f3fc8977fdc

dali-csharp-binder/src/dali_wrap.cpp

index 380a95c..0d292f9 100755 (executable)
@@ -103627,56 +103627,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_DownloadImageSynchronously__SWIG_4(cha
 }
 
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_SetMaxTextureSize(unsigned int jarg1) {
-  unsigned int arg1 ;
-
-  arg1 = (unsigned int)jarg1;
-  {
-    try {
-      Dali::SetMaxTextureSize(arg1);
-    } catch (std::out_of_range& e) {
-      {
-        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;
-      };
-    } catch (std::exception& e) {
-      {
-        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return ;
-      };
-    } catch (...) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ;
-      };
-    }
-  }
-}
-
-
-SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_GetMaxTextureSize() {
-  unsigned int jresult ;
-  unsigned int result;
-
-  {
-    try {
-      result = (unsigned int)Dali::GetMaxTextureSize();
-    } catch (std::out_of_range& e) {
-      {
-        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return 0;
-      };
-    } catch (std::exception& e) {
-      {
-        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return 0;
-      };
-    } catch (...) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0;
-      };
-    }
-  }
-  jresult = result;
-  return jresult;
-}
-
-
 #ifdef __cplusplus
 }
 #endif