Fix unused private field warnings in Forty demo
Fix drawing score list without wxUSE_GRID.
This commit is contained in:
parent
ea102bb272
commit
2aadfd882a
2 changed files with 4 additions and 8 deletions
|
|
@ -24,9 +24,6 @@ protected:
|
|||
void OnCloseWindow(wxCloseEvent& event);
|
||||
|
||||
private:
|
||||
ScoreFile* m_scoreFile;
|
||||
wxButton* m_OK;
|
||||
|
||||
wxDECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue