Support screen rotation
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor.cpp
index a6810c7..847f42e 100644 (file)
@@ -184,11 +184,6 @@ void Adaptor::SetStereoBase(  float stereoBase )
   mImpl->SetStereoBase( stereoBase );
 }
 
-void Adaptor::SurfaceSizeChanged( SurfaceSize surfaceSize )
-{
-  mImpl->SurfaceSizeChanged( surfaceSize );
-}
-
 Adaptor::Adaptor()
 : mImpl( NULL )
 {