[Tizen] Fix the build error 75/201275/1 accepted/tizen/unified/20190313.075454 submit/tizen/20190312.064145
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 12 Mar 2019 05:51:37 +0000 (14:51 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 12 Mar 2019 05:52:16 +0000 (14:52 +0900)
- In the next DALi integration, we can merge this patch with the patch :
  '[Tizen] Revert "Support multiple window rendering"'

Change-Id: I65cbe25d3b8b6ea1756fde94ae532663d417e15f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/internal/window-system/common/window-impl.cpp

index 5355f16..4678b93 100644 (file)
@@ -139,8 +139,6 @@ void Window::SetAdaptor(Dali::Adaptor& adaptor)
   {
     mOrientation->SetAdaptor(adaptor);
   }
-
-  mSurface->SetAdaptor( *mAdaptor );
 }
 
 WindowRenderSurface* Window::GetSurface()