mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Clean up unused event
This commit is contained in:
parent
74ffcfdcb8
commit
a80dabc087
2 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@ public:
|
|||
|
||||
protected:
|
||||
UI::EventReturn OnToggleAll(UI::EventParams &e);
|
||||
UI::EventReturn RightAnalogBindScreen(UI::EventParams &e);
|
||||
|
||||
private:
|
||||
std::vector<TouchButtonToggle> toggles_;
|
||||
|
|
Loading…
Add table
Reference in a new issue