DolphinQt: Make the mapping window clear button use ControllerEmu's clear functionality.

This commit is contained in:
Jordan Woyak
2019-02-06 17:40:58 -06:00
parent 46918f420d
commit 64c3c52ef3
10 changed files with 12 additions and 44 deletions

View File

@ -60,8 +60,6 @@ protected:
QGroupBox* CreateGroupBox(const QString& name, ControllerEmu::ControlGroup* group);
private:
void OnClearFields();
MappingWindow* m_parent;
bool m_first = true;
std::vector<MappingBool*> m_bools;