Support multiple surfaces for partial update
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-graphics.cpp
index a30abd3..dcbf055 100644 (file)
@@ -129,11 +129,6 @@ EglImageExtensions* EglGraphics::GetImageExtensions()
   return mEglImageExtensions.get();
 }
 
-void EglGraphics::SetFullSwapNextFrame()
-{
-  mEglImplementation->SetFullSwapNextFrame();
-}
-
 } // Adaptor
 } // Internal
 } // Dali