From 510d05d8d3bd0c8f43d88478b6c4c7085e108b5a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 17 Mar 2016 15:15:27 -0400 Subject: [PATCH] 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 7f2c967e3..d71d3aa20 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)