Remove unused variable.
This commit is contained in:
parent
4b07a55ef8
commit
d3fb22014f
|
@ -66,7 +66,6 @@ static const UTIL::CFG_MAP<KIGFX::GRID_SNAPPING> gridSnapConfigVals =
|
||||||
|
|
||||||
GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL( wxWindow* aParent, EDA_DRAW_FRAME* aDrawFrame ) :
|
GAL_OPTIONS_PANEL::GAL_OPTIONS_PANEL( wxWindow* aParent, EDA_DRAW_FRAME* aDrawFrame ) :
|
||||||
wxPanel( aParent, wxID_ANY ),
|
wxPanel( aParent, wxID_ANY ),
|
||||||
m_drawFrame( aDrawFrame ),
|
|
||||||
m_galOptions( aDrawFrame->GetGalDisplayOptions() )
|
m_galOptions( aDrawFrame->GetGalDisplayOptions() )
|
||||||
{
|
{
|
||||||
// the main sizer that holds "columns" of settings
|
// the main sizer that holds "columns" of settings
|
||||||
|
|
|
@ -51,8 +51,6 @@ public:
|
||||||
bool TransferDataFromWindow() override;
|
bool TransferDataFromWindow() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
EDA_DRAW_FRAME* m_drawFrame;
|
|
||||||
|
|
||||||
wxBoxSizer* m_mainSizer;
|
wxBoxSizer* m_mainSizer;
|
||||||
|
|
||||||
#ifndef __WXMAC__
|
#ifndef __WXMAC__
|
||||||
|
|
Loading…
Reference in New Issue