diff --git a/src/app/qgsoptions.cpp b/src/app/qgsoptions.cpp index 5e4231d5fa5..dd9ea1c6e3f 100644 --- a/src/app/qgsoptions.cpp +++ b/src/app/qgsoptions.cpp @@ -1432,10 +1432,6 @@ void QgsOptions::editGdalDriver( const QString& driverName ) if ( driverName == "_pyramids" ) title = tr( "Create Options - pyramids" ); dlg.setWindowTitle( title ); - QLabel *label = new QLabel( title, &dlg ); - label->setAlignment( Qt::AlignHCenter ); - layout->addWidget( label ); - if ( driverName == "_pyramids" ) { QgsRasterPyramidsOptionsWidget* optionsWidget =