this may result in an endless loop and is not necessary

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=737074
This commit is contained in:
Andre Duffeck 2007-11-15 12:54:37 +00:00
parent 174096635e
commit eabba50aa2

View File

@ -82,10 +82,6 @@ bool Layout::isEmpty() const
void Layout::update()
{
setGeometry(geometry());
if( managingLayout() ) {
managingLayout()->update();
}
}
void Layout::invalidate()
{