Revert "[Tizen] Add to get the status whether window is rotating or not"
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 09:02:11 +0000 (18:02 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 09:02:11 +0000 (18:02 +0900)
This reverts commit 5f600680e59ac2751c8e4fee1ee9e31e226ce776.

dali-csharp-binder/src/window-wrap.cpp

index ae91ba0..665edb8 100644 (file)
@@ -2546,23 +2546,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_Accessibility_Highlight_Signal_de
   return;
 }
 
-SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_Window_IsWindowRotating(void* winHandle)
-{
-  Dali::Window* window = (Dali::Window*)winHandle;
-  bool result = false;
-  if (!window) {
-    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::Window", 0);
-    return result;
-  }
-  {
-    try {
-      result = Dali::DevelWindow::IsWindowRotating(*window);
-    } CALL_CATCH_EXCEPTION(false);
-  }
-
-  return result;
-}
-
 #ifdef __cplusplus
 }
 #endif