Revert "[Tizen] Add CanvasRenderer::Shape::ResetPath() api binder"
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:05:04 +0000 (10:05 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 20 Apr 2021 01:05:04 +0000 (10:05 +0900)
This reverts commit d0154c7e35ecb7bbaac45ff7264e19992bf5a886.

dali-csharp-binder/src/canvas-view.cpp

index 725545c..f51c916 100644 (file)
@@ -461,28 +461,6 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Shape_Close(char *jarg1) {
   return result;
 }
 
-SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Shape_ResetPath(char *jarg1) {
-  Dali::CanvasRenderer::Shape *argp1;
-  bool result = false;
-
-  argp1 = (Dali::CanvasRenderer::Shape *)jarg1;
-  if (!argp1) {
-    SWIG_CSharpSetPendingExceptionArgument(
-        SWIG_CSharpArgumentNullException,
-        "Attempt to dereference null Dali::CanvasRenderer::Shape", 0);
-    return false;
-  }
-
-  {
-    try {
-      result = argp1->ResetPath();
-    }
-    CALL_CATCH_EXCEPTION(0);
-  }
-
-  return result;
-}
-
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Shape_SetFillColor(char *jarg1,
                                                            char *jarg2) {
   Dali::CanvasRenderer::Shape *argp1;