Remove unused member variable.

This commit is contained in:
Jeff Young 2022-12-14 12:58:33 +00:00
parent 355bfe1587
commit 19a5a3ae16
2 changed files with 0 additions and 2 deletions

View File

@ -247,7 +247,6 @@ DIALOG_PAD_PRIMITIVE_POLY_PROPS::DIALOG_PAD_PRIMITIVE_POLY_PROPS( wxWindow* aPar
PCB_BASE_FRAME* aFrame,
PCB_SHAPE* aShape ) :
DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE( aParent ),
m_frame( aFrame ),
m_shape( aShape ),
m_thickness( aFrame, m_thicknessLabel, m_thicknessCtrl, m_thicknessUnits )
{

View File

@ -256,7 +256,6 @@ private:
bool doValidate( bool aRemoveRedundantCorners );
private:
PCB_BASE_FRAME* m_frame;
PCB_SHAPE* m_shape;
std::vector<VECTOR2I> m_currPoints; // The working copy of the data being edited