1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Remove unused local

This commit is contained in:
Dean Herbert 2019-02-04 12:56:55 +09:00
parent cd92dddd46
commit 91d875db0d

View File

@ -57,8 +57,6 @@ namespace osu.Game.Scoring.Legacy
var countKatu = (int)sr.ReadUInt16();
var countMiss = (int)sr.ReadUInt16();
var windows = currentRuleset.CreateRulesetContainerWith(workingBeatmap).CreateScoreProcessor().CreateHitWindows();
switch (currentRuleset.LegacyID)
{
case 0: