Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 20, 2021
1 parent d6126c0 commit 55840a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -1246,7 +1246,6 @@ void QgsRasterLayerProperties::buttonBuildPyramids_clicked()
QIcon myPyramidPixmap( QgsApplication::getThemeIcon( "/mIconPyramid.svg" ) );
QIcon myNoPyramidPixmap( QgsApplication::getThemeIcon( "/mIconNoPyramid.svg" ) );

QList< QgsRasterPyramid >::iterator myRasterPyramidIterator;
for ( const QgsRasterPyramid &pyramid : std::as_const( myPyramidList ) )
{
if ( pyramid.getExists() )
Expand Down

0 comments on commit 55840a7

Please sign in to comment.