DolphinQt: Kill some unused member variables.

This commit is contained in:
Jordan Woyak
2020-02-08 10:51:46 -06:00
parent a205ecb446
commit f94726068d
2 changed files with 0 additions and 4 deletions

View File

@ -60,6 +60,4 @@ protected:
private:
MappingWindow* m_parent;
bool m_first = true;
std::vector<MappingButton*> m_buttons;
};