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
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ public class DevelopmentOsuConfigManager : OsuConfigManager
public DevelopmentOsuConfigManager(Storage storage)
: base(storage)
{
LookupKeyBindings = _ => "unknown";
LookupSkinName = _ => "unknown";
}
}
}