Remove unused member variable.
This commit is contained in:
parent
355bfe1587
commit
19a5a3ae16
|
@ -247,7 +247,6 @@ DIALOG_PAD_PRIMITIVE_POLY_PROPS::DIALOG_PAD_PRIMITIVE_POLY_PROPS( wxWindow* aPar
|
||||||
PCB_BASE_FRAME* aFrame,
|
PCB_BASE_FRAME* aFrame,
|
||||||
PCB_SHAPE* aShape ) :
|
PCB_SHAPE* aShape ) :
|
||||||
DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE( aParent ),
|
DIALOG_PAD_PRIMITIVE_POLY_PROPS_BASE( aParent ),
|
||||||
m_frame( aFrame ),
|
|
||||||
m_shape( aShape ),
|
m_shape( aShape ),
|
||||||
m_thickness( aFrame, m_thicknessLabel, m_thicknessCtrl, m_thicknessUnits )
|
m_thickness( aFrame, m_thicknessLabel, m_thicknessCtrl, m_thicknessUnits )
|
||||||
{
|
{
|
||||||
|
|
|
@ -256,7 +256,6 @@ private:
|
||||||
bool doValidate( bool aRemoveRedundantCorners );
|
bool doValidate( bool aRemoveRedundantCorners );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
PCB_BASE_FRAME* m_frame;
|
|
||||||
PCB_SHAPE* m_shape;
|
PCB_SHAPE* m_shape;
|
||||||
|
|
||||||
std::vector<VECTOR2I> m_currPoints; // The working copy of the data being edited
|
std::vector<VECTOR2I> m_currPoints; // The working copy of the data being edited
|
||||||
|
|
Loading…
Reference in New Issue