Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qgsdemterraintileloader_p.h: remove unused member for nested structur…
…e which caused cppcheck warning
  • Loading branch information
rouault authored and nyalldawson committed May 29, 2020
1 parent bf92650 commit c8a64de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/3d/terrain/qgsdemterraintileloader_p.h
Expand Up @@ -127,7 +127,6 @@ class QgsDemHeightMapGenerator : public QObject
QgsChunkNodeId tileId;
QgsRectangle extent;
QFuture<QByteArray> future;
QFutureWatcher<QByteArray> *fw;
QElapsedTimer timer;
};

Expand Down

0 comments on commit c8a64de

Please sign in to comment.