summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-05-11 15:35:01 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-11 15:40:10 -0400
commit8d4a75575ce24f6fd9a458c334149af81abe1ea3 (patch)
treeabd164fcc638e7949579d3fbcf8f760c9ee5ded7
parent2d85b8f111d2ed29402fcbc2f277710ce2e451f4 (diff)
downloadenlightenment-8d4a75575ce24f6fd9a458c334149af81abe1ea3.tar.gz
remove some cruft from _e_comp_wl_client_cb_new()
-rw-r--r--src/bin/e_comp_wl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index d278efa02e..e101be0f3f 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2188,14 +2188,6 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client *ec)
/* get window id from pixmap */
win = e_pixmap_window_get(ec->pixmap);
- /* ignore fake root windows */
- if ((ec->override) && ((ec->x == -77) && (ec->y == -77)))
- {
- e_comp_ignore_win_add(E_PIXMAP_TYPE_WL, win);
- e_object_del(E_OBJECT(ec));
- return;
- }
-
if (!(ec->comp_data = E_NEW(E_Comp_Client_Data, 1)))
{
ERR("Could not allocate new client data structure");