Tiles are not deleted when removed from a layout, since we might want to add them to another layout

svn path=/trunk/KDE/kdebase/workspace/; revision=1174360
icc-effect-5.14.5
Nikhil Marathe 2010-09-12 05:02:18 +00:00
parent ab5beca39b
commit 2542857b08
1 changed files with 0 additions and 2 deletions

View File

@ -152,8 +152,6 @@ void TilingLayout::removeTileNoArrange( Tile * t )
return;
preRemoveTile( t );
m_tiles.removeOne( t );
delete t;
t = NULL;
}
const QRect TilingLayout::layoutArea( Tile *t ) const