diff --git a/osu.Game/Database/RealmContextFactory.cs b/osu.Game/Database/RealmContextFactory.cs index 0a21f67422..99eb038b2d 100644 --- a/osu.Game/Database/RealmContextFactory.cs +++ b/osu.Game/Database/RealmContextFactory.cs @@ -269,7 +269,6 @@ namespace osu.Game.Database break; case 11: - string keyBindingClassName = getMappedOrOriginalName(typeof(RealmKeyBinding)); var oldKeyBindings = migration.OldRealm.DynamicApi.All(keyBindingClassName);