[Tizen] remove setenv() that can cause Seg fault
[platform/core/uifw/dali-adaptor-legacy.git] / dali / internal / window-system / tizen-wayland / native-render-surface-ecore-wl.cpp
index 6c5b8da..066fac6 100644 (file)
@@ -150,7 +150,6 @@ int NativeRenderSurfaceEcoreWl::GetOrientation() const
 void NativeRenderSurfaceEcoreWl::InitializeGraphics()
 {
   DALI_LOG_TRACE_METHOD( gNativeSurfaceLogFilter );
-  unsetenv( "EGL_PLATFORM" );
 
   mGraphics = &mAdaptor->GetGraphicsInterface();
   auto eglGraphics = static_cast<Internal::Adaptor::EglGraphics *>(mGraphics);