[Tizen]Revert "Basic support of keyboard focus for multiple windows"
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / common / adaptor.cpp
index 17b0805..a183350 100755 (executable)
@@ -141,11 +141,6 @@ Adaptor::AdaptorSignalType& Adaptor::LanguageChangedSignal()
   return mImpl->LanguageChangedSignal();
 }
 
-Adaptor::WindowCreatedSignalType& Adaptor::WindowCreatedSignal()
-{
-  return mImpl->WindowCreatedSignal();
-}
-
 Dali::RenderSurfaceInterface& Adaptor::GetSurface()
 {
   return mImpl->GetSurface();
@@ -241,11 +236,6 @@ void Adaptor::UnregisterProcessor( Integration::Processor& processor )
   mImpl->UnregisterProcessor( processor );
 }
 
-Dali::WindowContainer Adaptor::GetWindows() const
-{
-  return mImpl->GetWindows();
-}
-
 Adaptor::Adaptor()
 : mImpl( NULL )
 {