From f3349087cb77bcb0962779fdee1efbee4641e847 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 18 Oct 2018 14:36:51 +0900 Subject: [PATCH] Remove unnecessary functions Change-Id: Ibbb5b65eb59e081cd0edea5e878a3f3fc8977fdc --- dali-csharp-binder/src/dali_wrap.cpp | 50 ------------------------------------ 1 file changed, 50 deletions(-) diff --git a/dali-csharp-binder/src/dali_wrap.cpp b/dali-csharp-binder/src/dali_wrap.cpp index 380a95c..0d292f9 100755 --- a/dali-csharp-binder/src/dali_wrap.cpp +++ b/dali-csharp-binder/src/dali_wrap.cpp @@ -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(e.what())); return ; - }; - } catch (std::exception& e) { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(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(e.what())); return 0; - }; - } catch (std::exception& e) { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; - }; - } catch (...) { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; - }; - } - } - jresult = result; - return jresult; -} - - #ifdef __cplusplus } #endif -- 2.7.4