Revert "[3.0] Implement wayland clipboard & same behaviour as EFL clipboard"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-impl.h
index 9b17fa7..af3c7c6 100644 (file)
@@ -477,12 +477,6 @@ struct Controller::Impl
     return !result; // If NumberOfItems greater than 0, return false
   }
 
-  bool IsClipboardVisible()
-  {
-    bool result( mClipboard && mClipboard.IsVisible() );
-    return result;
-  }
-
   /**
    * @brief Calculates the start character index of the first paragraph to be updated and
    * the end character index of the last paragraph to be updated.
@@ -590,7 +584,7 @@ struct Controller::Impl
 
   void SendSelectionToClipboard( bool deleteAfterSending );
 
-  void RequestGetTextFromClipboard();
+  void GetTextFromClipboard( unsigned int itemIndex, std::string& retrievedString );
 
   void RepositionSelectionHandles();
   void RepositionSelectionHandles( float visualX, float visualY );