Skip to content

Commit

Permalink
TD: fix compiler warning about unused class member (-Wunused-private-…
Browse files Browse the repository at this point in the history
…field)
  • Loading branch information
wwmayer authored and WandererFan committed Oct 2, 2023
1 parent 60da0b8 commit 885212d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/TechDraw/Gui/TaskCosmeticCircle.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class TaskCosmeticCircle : public QWidget
TechDraw::CosmeticEdge* m_ce;
TechDraw::CosmeticEdge* m_saveCE;
Base::Vector3d m_center;
double m_radius;
bool m_createMode;
std::string m_tag;
bool m_is3d;
Expand Down

0 comments on commit 885212d

Please sign in to comment.