Clean up unused event

This commit is contained in:
iota97 2021-07-28 12:55:39 +02:00
parent 74ffcfdcb8
commit a80dabc087
2 changed files with 0 additions and 7 deletions

View file

@ -197,12 +197,6 @@ UI::EventReturn TouchControlVisibilityScreen::OnToggleAll(UI::EventParams &e) {
return UI::EVENT_DONE;
}
UI::EventReturn TouchControlVisibilityScreen::RightAnalogBindScreen(UI::EventParams &e) {
screenManager()->push(new RightAnalogMappingScreen());
return UI::EVENT_DONE;
}
UI::EventReturn CheckBoxChoice::HandleClick(UI::EventParams &e) {
checkbox_->Toggle();

View file

@ -38,7 +38,6 @@ public:
protected:
UI::EventReturn OnToggleAll(UI::EventParams &e);
UI::EventReturn RightAnalogBindScreen(UI::EventParams &e);
private:
std::vector<TouchButtonToggle> toggles_;