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

@ -28,7 +28,5 @@ namespace osu.Game.IO.Archives
}
public override IEnumerable<string> Filenames => new[] { Name };
public override Stream GetUnderlyingStream() => null;
}
}