Revert "[3.0] Fixed copy/paste for repeated operation" 82/97682/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 00:33:33 +0000 (09:33 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 00:33:38 +0000 (09:33 +0900)
This reverts commit 358f20dc404bfd07ecb646acc7bf883bed581219.

Change-Id: Ib1001f03ee0c886551f9738554cc216c5e305503

adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp

index a55508a..513ec21 100644 (file)
@@ -53,12 +53,6 @@ struct Clipboard::Impl
 
   void SetItem(const char *data)
   {
-    char *temp = NULL;
-
-    if (bundle_get_str(mBundle, CLIPBOARD_STR, &temp) == BUNDLE_ERROR_NONE)
-    {
-      bundle_del(mBundle, CLIPBOARD_STR);
-    }
     bundle_add_str(mBundle, CLIPBOARD_STR, data);
   }