Revert "[Tizen] Add to get the status whether window is rotating or not"
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / window-impl.cpp
index 545b382..fc5a81d 100644 (file)
@@ -1195,11 +1195,6 @@ void Window::SendRotationCompletedAcknowledgement()
   }
 }
 
-bool Window::IsWindowRotating() const
-{
-  return mWindowSurface->IsWindowRotating();
-}
-
 } // namespace Adaptor
 
 } // namespace Internal