mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Revert "Fix potential crash in tests when attempting to lookup key bindings in cases the lookup is not available"
This reverts commit 8115a4bb8fd9e2d53c40b8607c7ad99f0f62e9a0. Commit was cherrypicked out to a separate pull on a different merge base, then reverted in that pull, so it should be reverted here too.
This commit is contained in:
parent
e4b4c3c5c4
commit
08b3bc222d
@ -14,8 +14,6 @@ namespace osu.Game.Configuration
|
||||
public DevelopmentOsuConfigManager(Storage storage)
|
||||
: base(storage)
|
||||
{
|
||||
LookupKeyBindings = _ => "unknown";
|
||||
LookupSkinName = _ => "unknown";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user