[3.0] Add UpdateTopMargin in tizen indicator
[platform/core/uifw/dali-adaptor.git] / adaptors / ubuntu / tts-player-impl-ubuntu.cpp
index 12e5c55..d438054 100644 (file)
@@ -31,17 +31,6 @@ namespace Internal
 namespace Adaptor
 {
 
-namespace // unnamed namespace
-{
-// Type Registration
-Dali::BaseHandle Create()
-{
-  return Dali::TtsPlayer::Get() ;
-}
-
-Dali::TypeRegistration mType( typeid(Dali::TtsPlayer), typeid(Dali::BaseHandle), Create ) ;
-} // unnamed namespace
-
 #if defined(DEBUG_ENABLED)
 Debug::Filter* TtsPlayer::gLogFilter = Debug::Filter::New(Debug::Concise, false, "LOG_TTS_PLAYER");
 #endif
@@ -56,7 +45,7 @@ Dali::TtsPlayer TtsPlayer::New(Dali::TtsPlayer::Mode mode)
 TtsPlayer::TtsPlayer(Dali::TtsPlayer::Mode mode)
 : mStateChangedSignal()
 {
-  DALI_LOG_ERROR("TTS is not implemented in UBUNTU profile.");
+  DALI_LOG_ERROR("TTS is not implemented in UBUNTU profile.\n");
 }
 
 TtsPlayer::~TtsPlayer()
@@ -94,4 +83,3 @@ Dali::TtsPlayer::StateChangedSignalType& TtsPlayer::StateChangedSignal()
 } // namespace Internal
 
 } // namespace Dali
-