Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 26, 2024
1 parent 3c4d0f1 commit 15bf2a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/layout/qgslayoutitemelevationprofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ class CORE_EXPORT QgsLayoutItemElevationProfile: public QgsLayoutItem
double mPreviewScaleFactor = 0;
std::unique_ptr< QPainter > mPainter;
std::unique_ptr< QgsProfilePlotRenderer > mRenderJob;
bool mPainterCancelWait = false;


};
Expand Down

0 comments on commit 15bf2a3

Please sign in to comment.