discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=eb596299adcd059d9383b0278617e5aa138e6071

commit eb596299adcd059d9383b0278617e5aa138e6071
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 17 15:15:27 2016 -0400

    remove wl selection hacks from f0ba92d39e1f6631974d53100dcbb4cc040a8241
    
    https://gfycat.com/ChiefDeafeningGull
---
 src/bin/e_comp_wl_data.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c
index a26f801..0e3e476 100644
--- a/src/bin/e_comp_wl_data.c
+++ b/src/bin/e_comp_wl_data.c
@@ -245,19 +245,6 @@ _e_comp_wl_data_device_selection_set(void *data 
EINA_UNUSED, E_Comp_Wl_Data_Sour
 
    sel_source = (E_Comp_Wl_Data_Source*)e_comp_wl->selection.data_source;
 
-   if ((sel_source) &&
-       (e_comp_wl->selection.serial - serial < UINT32_MAX / 2))
-     {
-        /* TODO: elm_entry is sending too many request on now,
-         * for those requests, selection.signal is being emitted also a lot.
-         * when it completes to optimize the entry, it should be checked more.
-         */
-        if (e_comp_wl->clipboard.source)
-          wl_signal_emit(&e_comp_wl->selection.signal, e_comp->wl_comp_data);
-
-        return;
-     }
-
    if (sel_source)
      {
         if (sel_source->cancelled)

-- 


Reply via email to