(Window) Remove GetRenderTaskList from Devel API as it's been added to the Public API 03/238503/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 14 Jul 2020 12:24:13 +0000 (13:24 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 14 Jul 2020 12:24:13 +0000 (13:24 +0100)
Change-Id: If56d69fd8c39463801cdbfe5cb40df4b7b74e3ba

dali/devel-api/adaptor-framework/window-devel.cpp
dali/devel-api/adaptor-framework/window-devel.h

index cd0819f..62904ec 100644 (file)
@@ -73,11 +73,6 @@ void SetPositionSize( Window window, PositionSize positionSize )
   GetImplementation( window ).SetPositionSize( positionSize );
 }
 
-Dali::RenderTaskList GetRenderTaskList( Window window )
-{
-  return GetImplementation( window ).GetRenderTaskList();
-}
-
 Window Get( Actor actor )
 {
   return Internal::Adaptor::Window::Get( actor );
index b70876d..8b19720 100644 (file)
@@ -100,14 +100,6 @@ DALI_ADAPTOR_API Window New(Any surface, PositionSize windowPosition, const std:
 DALI_ADAPTOR_API void SetPositionSize( Window window, PositionSize positionSize );
 
 /**
- * @brief Retrieves the list of render-tasks in the window.
- *
- * @param[in] window The window instance
- * @return A valid handle to a RenderTaskList
- */
-DALI_ADAPTOR_API Dali::RenderTaskList GetRenderTaskList( Window window );
-
-/**
  * @brief Retrieve the window that the given actor is added to.
  *
  * @param[in] actor The actor