Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / popup / popup.cpp
index d3a8187..6ba2b11 100644 (file)
@@ -87,12 +87,7 @@ void Popup::SetTitle( const std::string& text )
   GetImpl(*this).SetTitle( text );
 }
 
-void Popup::SetTitle( TextView titleActor )
-{
-  GetImpl(*this).SetTitle( titleActor );
-}
-
-TextView Popup::GetTitle() const
+const std::string& Popup::GetTitle() const
 {
   return GetImpl(*this).GetTitle();
 }