Remove unused variable.

This commit is contained in:
Jeff Young 2021-07-03 20:13:54 +01:00
parent 4b07a55ef8
commit d3fb22014f
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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__