From 8d4a75575ce24f6fd9a458c334149af81abe1ea3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 11 May 2016 15:35:01 -0400 Subject: [PATCH] remove some cruft from _e_comp_wl_client_cb_new() --- src/bin/e_comp_wl.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index d278efa02..e101be0f3 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");