remove some cruft from _e_comp_wl_client_cb_new()

This commit is contained in:
Mike Blumenkrantz 2016-05-11 15:35:01 -04:00
parent 2d85b8f111
commit 8d4a75575c
1 changed files with 0 additions and 8 deletions

View File

@ -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");