Revert "[Tizen](Vector) Ensure that all animation data is applied at once"
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-adaptor.cpp
index f84726b..5890d58 100644 (file)
@@ -196,23 +196,6 @@ void Adaptor::RemoveWindow( Internal::Adaptor::SceneHolder* window )
   }
 }
 
-void Adaptor::RegisterProcessor( Integration::Processor& processor )
-{
-  Integration::Core& core = mTestApplication->GetCore();
-  core.RegisterProcessor( processor );
-}
-
-void Adaptor::UnregisterProcessor( Integration::Processor& processor )
-{
-  Integration::Core& core = mTestApplication->GetCore();
-  core.UnregisterProcessor( processor );
-}
-
-void Adaptor::SetApplication( Dali::TestApplication& testApplication )
-{
-  mTestApplication = &testApplication;
-}
-
 Dali::Adaptor::AdaptorSignalType& Adaptor::ResizedSignal()
 {
   return mResizedSignal;
@@ -374,14 +357,4 @@ const LogFactoryInterface& Adaptor::GetLogFactory()
   return *gLogFactory;
 }
 
-void Adaptor::RegisterProcessor( Integration::Processor& processor )
-{
-  mImpl->RegisterProcessor( processor );
-}
-
-void Adaptor::UnregisterProcessor( Integration::Processor& processor )
-{
-  mImpl->UnregisterProcessor( processor );
-}
-
 } // namespace Dali