Revert "Fix clipboard paste issue"
[platform/core/uifw/dali-adaptor.git] / dali / internal / clipboard / generic / clipboard-impl-generic.cpp
index 74b911e..43713af 100644 (file)
@@ -106,12 +106,9 @@ bool Clipboard::IsVisible() const
   return false;
 }
 
-void Clipboard::ExcuteSend(void* event)
-{
-}
-
-void Clipboard::ExcuteReceive(void* event, char*& data, int& length)
+char* Clipboard::ExcuteBuffered(bool type, void* event)
 {
+  return NULL;
 }
 
 } // namespace Adaptor