From: minho.sun Date: Fri, 22 Jun 2018 01:08:15 +0000 (+0900) Subject: Revert "[Tizen] Added delete_LayoutSize API in binder." X-Git-Tag: accepted/tizen/unified/20180622.122739~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f40892c75db4b44552ed19b68ce96ff695bb17bb;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Added delete_LayoutSize API in binder." This reverts commit cd887b25098da474a90e9d497d534f6d1f1aee99. Change-Id: I6b3a91b7a1422aa69a66d987495feda0d50bfa27 --- diff --git a/dali-csharp-binder/src/layout-size.cpp b/dali-csharp-binder/src/layout-size.cpp index 1f06cfe..1c0832d 100755 --- a/dali-csharp-binder/src/layout-size.cpp +++ b/dali-csharp-binder/src/layout-size.cpp @@ -438,29 +438,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_LayoutSize_height_get(void * jarg1) { return jresult; } -SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_LayoutSize(void * jarg1) { - Dali::Toolkit::LayoutSize *arg1 = (Dali::Toolkit::LayoutSize *) 0 ; - - arg1 = (Dali::Toolkit::LayoutSize *)jarg1; - { - try { - delete 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 ; - }; - } - } -} - #ifdef __cplusplus } #endif