mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Make the mapping window clear button use ControllerEmu's clear functionality.
This commit is contained in:
@ -18,7 +18,6 @@ class MappingBool : public QCheckBox
|
||||
public:
|
||||
MappingBool(MappingWidget* widget, ControllerEmu::BooleanSetting* setting);
|
||||
|
||||
void Clear();
|
||||
void Update();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user