From 2cfd6a0b3d2661317a51c984ed9c4122bd0fbad4 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 12 Mar 2019 14:51:37 +0900 Subject: [PATCH] [Tizen] Fix the build error - 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 --- dali/internal/window-system/common/window-impl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dali/internal/window-system/common/window-impl.cpp b/dali/internal/window-system/common/window-impl.cpp index 5355f16..4678b93 100644 --- a/dali/internal/window-system/common/window-impl.cpp +++ b/dali/internal/window-system/common/window-impl.cpp @@ -139,8 +139,6 @@ void Window::SetAdaptor(Dali::Adaptor& adaptor) { mOrientation->SetAdaptor(adaptor); } - - mSurface->SetAdaptor( *mAdaptor ); } WindowRenderSurface* Window::GetSurface() -- 2.7.4