1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00

Remove mobile specific changes

Will be added back in a separate PR
This commit is contained in:
Susko3
2023-11-07 13:06:14 +01:00
Unverified
parent 7385c3c97b
commit fcd73e62d2
3 changed files with 6 additions and 13 deletions
-3
View File
@@ -98,9 +98,6 @@ namespace osu.Android
case AndroidJoystickHandler jh:
return new AndroidJoystickSettings(jh);
case AndroidTouchHandler:
return new TouchSettings(handler);
default:
return base.CreateSettingsSubsectionFor(handler);
}