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:
@@ -108,9 +108,6 @@ private:
|
||||
bool m_docReady;
|
||||
std::string m_pageName;
|
||||
QGVPage* m_graphicsView;
|
||||
bool m_showGrid;
|
||||
int m_gridStep;
|
||||
|
||||
};
|
||||
|
||||
} // namespace TechDrawGui
|
||||
|
||||
Reference in New Issue
Block a user