Remove unused GetUnderlyingStream method

This commit is contained in:
Dean Herbert
2020-03-24 14:08:25 +09:00
parent 546772192c
commit 68ebe98fde
5 changed files with 0 additions and 10 deletions

View File

@ -236,8 +236,6 @@ namespace osu.Game.Tests.Scores.IO
}
public override IEnumerable<string> Filenames => new[] { "test_file.osr" };
public override Stream GetUnderlyingStream() => new MemoryStream();
}
}
}