Skip to content

Commit

Permalink
Fix clang tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 18, 2022
1 parent 913c6ae commit 011d7f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/gps/qgsgpstoolbar.cpp
Expand Up @@ -251,8 +251,6 @@ void QgsGpsToolBar::updateLocationLabel()
parts << QgsCoordinateUtils::formatCoordinateForProject( QgsProject::instance(), point, QgsCoordinateReferenceSystem(), 8 );
break;
case Qgis::GpsInformationComponent::Altitude:
parts << tr( "%1 m" ).arg( value.toDouble( ) );
break;
case Qgis::GpsInformationComponent::EllipsoidAltitude:
parts << tr( "%1 m" ).arg( value.toDouble( ) );
break;
Expand Down

0 comments on commit 011d7f4

Please sign in to comment.