TextSelectionPopup follows Handles and button change with state and other improvements
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-selection-popup.cpp
index 7cf97da..a1237f2 100644 (file)
@@ -29,11 +29,6 @@ namespace Dali
 namespace Toolkit
 {
 
-TextSelectionPopup TextSelectionPopup::New()
-{
-  return Internal::TextSelectionPopup::New();
-}
-
 TextSelectionPopup TextSelectionPopup::New( Buttons enabledButtons )
 {
   return Internal::TextSelectionPopup::New( enabledButtons );