Revert "[Tizen] keygrab & ecore-wl-window-handle c# binding"
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / window-devel.h
old mode 100755 (executable)
new mode 100644 (file)
index c8a4a26..6d07c71
@@ -293,13 +293,6 @@ DALI_IMPORT_API bool SetBrightness( Window window, int brightness );
  */
 DALI_IMPORT_API int GetBrightness( Window window );
 
-/**
- * @brief Returns native Ecore Wayland Window handle only for c# binding
- * @param[in] window The window where Ecore Wayland window handle is extracted
- * @return void * of native Ecore Wayland Window
- */
-DALI_IMPORT_API void * GetNativeWindowHandler( Window window );
-
 } // namespace DevelWindow
 
 } // namespace Dali