Fix unused private field warnings in Forty demo

Fix drawing score list without wxUSE_GRID.
This commit is contained in:
Maarten Bent 2020-07-23 22:53:12 +02:00
parent ea102bb272
commit 2aadfd882a
2 changed files with 4 additions and 8 deletions

View file

@ -24,9 +24,6 @@ protected:
void OnCloseWindow(wxCloseEvent& event);
private:
ScoreFile* m_scoreFile;
wxButton* m_OK;
wxDECLARE_EVENT_TABLE();
};