libaurum: apply smart pointer wider and extract impl out
[platform/core/uifw/aurum.git] / libaurum / src / UiSelector.cc
index 1ee665c..886c729 100644 (file)
@@ -24,12 +24,6 @@ UiSelector *UiSelector::id(std::string text)
     return this;
 }
 
-UiSelector *UiSelector::desc(std::string text)
-{
-    this->mDesc = std::make_unique<std::string>(text);
-    return this;
-}
-
 UiSelector *UiSelector::text(std::string text)
 {
     this->mText = std::make_unique<std::string>(text);