mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:43:01 +08:00
Remove unused method
This commit is contained in:
parent
134ab6d45a
commit
a3d239c11a
@ -449,16 +449,6 @@ namespace osu.Game.Database
|
|||||||
return reader.Name.ComputeSHA2Hash();
|
return reader.Name.ComputeSHA2Hash();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Create all required <see cref="File"/>s for the provided archive, adding them to the global file store.
|
|
||||||
/// </summary>
|
|
||||||
private List<RealmNamedFileUsage> createFileInfos(ArchiveReader reader, RealmFileStore files, Realm realm)
|
|
||||||
{
|
|
||||||
var fileInfos = new List<RealmNamedFileUsage>();
|
|
||||||
|
|
||||||
return fileInfos;
|
|
||||||
}
|
|
||||||
|
|
||||||
private IEnumerable<(string original, string shortened)> getShortenedFilenames(ArchiveReader reader)
|
private IEnumerable<(string original, string shortened)> getShortenedFilenames(ArchiveReader reader)
|
||||||
{
|
{
|
||||||
string prefix = reader.Filenames.GetCommonPrefix();
|
string prefix = reader.Filenames.GetCommonPrefix();
|
||||||
|
Loading…
Reference in New Issue
Block a user