Revert "[Tizen] keygrab & ecore-wl-window-handle c# binding"
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / window-impl-wl.cpp
old mode 100755 (executable)
new mode 100644 (file)
index da26daf..631681f
@@ -309,6 +309,7 @@ bool Window::IsVisible() const
   return mVisible;
 }
 
+
 void Window::RotationDone( int orientation, int width, int height )
 {
 }
@@ -402,11 +403,6 @@ int Window::GetBrightness()
   return 0;
 }
 
-void* Window::GetNativeWindowHandler()
-{
-  return NULL;
-}
-
 } // Adaptor
 } // Internal
 } // Dali