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 => Directory.GetFiles(path, "*", SearchOption.AllDirectories).Select(f => f.Replace(path, string.Empty).Trim(Path.DirectorySeparatorChar)).ToArray();
public override Stream GetUnderlyingStream() => null;
}
}