1
0
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:
Bartłomiej Dach 2022-03-05 16:42:51 +01:00
parent e4b4c3c5c4
commit 08b3bc222d
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -14,8 +14,6 @@ namespace osu.Game.Configuration
public DevelopmentOsuConfigManager(Storage storage)
: base(storage)
{
LookupKeyBindings = _ => "unknown";
LookupSkinName = _ => "unknown";
}
}
}