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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user