diff --git a/TODO b/TODO index e15f05a94..cbf1d3b04 100644 --- a/TODO +++ b/TODO @@ -22,7 +22,6 @@ * fix nocomp issues when changing vdesk * major tiling issues - - T1310 - T952 (for internal dialogs at minimum) - T974 - T1304 diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 46fc2bb56..57feff678 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -1492,19 +1492,7 @@ _disable_desk(E_Desk *desk) static void _disable_all_tiling(void) { - const Eina_List *l, *ll; - E_Comp *comp; - E_Zone *zone; - _foreach_desk(_disable_desk); - - EINA_LIST_FOREACH(e_comp_list(), l, comp) - { - EINA_LIST_FOREACH(comp->zones, ll, zone) - { - e_place_zone_region_smart_cleanup(zone); - } - } } static void