Revert "Fix potential crash in tests when attempting to lookup key bindings in cases the lookup is not available"

This reverts commit 8115a4bb8f.

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

View File

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