[libcalamaresui] Redundant call, not available in Qt 5.15 anyway

This commit is contained in:
Adriaan de Groot 2021-09-16 12:04:50 +02:00
parent 714605ebaa
commit 1bd5628256

View File

@ -181,7 +181,6 @@ void
unmarginLayout( QLayout* layout ) unmarginLayout( QLayout* layout )
{ {
layout->setContentsMargins( 0, 0, 0, 0 ); layout->setContentsMargins( 0, 0, 0, 0 );
layout->setMargin( 0 );
layout->setSpacing( 0 ); layout->setSpacing( 0 );
for ( int i = 0; i < layout->count(); i++ ) for ( int i = 0; i < layout->count(); i++ )