diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 7f81070fc..fba3f1a8e 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -46,7 +46,6 @@ typedef struct Client_Extra Eina_Bool floating E_BITFIELD; Eina_Bool tiled E_BITFIELD; Eina_Bool tracked E_BITFIELD; - Eina_Bool being_removed E_BITFIELD; } Client_Extra; typedef struct _Instance @@ -796,8 +795,6 @@ _client_remove_no_apply(E_Client *ec) return EINA_FALSE; } - extra->being_removed = EINA_TRUE; - if (extra->drag.drag) { _client_drag_terminate(ec); @@ -845,8 +842,6 @@ toggle_floating(E_Client *ec) return; } - if (extra->being_removed) return; - extra->floating = !extra->floating; if (!desk_should_tile_check(ec->desk))