Remove unused variable.
This commit is contained in:
parent
f28d29ce1a
commit
8c33c6c099
|
@ -51,7 +51,6 @@ PAGED_DIALOG::PAGED_DIALOG( wxWindow* aParent, const wxString& aTitle, bool aSho
|
|||
m_auxiliaryButton( nullptr ),
|
||||
m_resetButton( nullptr ),
|
||||
m_openPrefsDirButton( nullptr ),
|
||||
m_cancelButton( nullptr ),
|
||||
m_title( aTitle )
|
||||
{
|
||||
wxBoxSizer* mainSizer = new wxBoxSizer( wxVERTICAL );
|
||||
|
|
|
@ -69,7 +69,6 @@ protected:
|
|||
wxButton* m_auxiliaryButton;
|
||||
wxButton* m_resetButton;
|
||||
wxButton* m_openPrefsDirButton;
|
||||
wxButton* m_cancelButton;
|
||||
WX_INFOBAR* m_infoBar;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue