Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 14, 2022
1 parent 281f1d0 commit 0cc1d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/gps/qgsvectorlayergpslogger.cpp
Expand Up @@ -181,7 +181,6 @@ void QgsVectorLayerGpsLogger::gpsStateChanged( const QgsGpsInformation &info )
{
// record point
const QgsPointXY newPosition = lastPosition();
const QDateTime newTime = lastTimestamp();
QgsGeometry geometry( new QgsPoint( newPosition.x(), newPosition.y(), lastElevation() ) );

try
Expand Down

0 comments on commit 0cc1d96

Please sign in to comment.