Remove unused variable.

This commit is contained in:
Jeff Young 2023-08-15 14:08:19 +01:00
parent f28d29ce1a
commit 8c33c6c099
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -69,7 +69,6 @@ protected:
wxButton* m_auxiliaryButton;
wxButton* m_resetButton;
wxButton* m_openPrefsDirButton;
wxButton* m_cancelButton;
WX_INFOBAR* m_infoBar;
private: