TD: fix compiler warnings added with eb4a5384c

* warning: private field 'm_showGrid' is not used [-Wunused-private-field]
* warning: private field 'm_gridStep' is not used [-Wunused-private-field]
This commit is contained in:
wmayer
2022-02-28 12:58:22 +01:00
parent 063077ce84
commit 97368310c7

View File

@@ -108,9 +108,6 @@ private:
bool m_docReady;
std::string m_pageName;
QGVPage* m_graphicsView;
bool m_showGrid;
int m_gridStep;
};
} // namespace TechDrawGui