mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Remove unused method for now
This commit is contained in:
@ -546,12 +546,5 @@ namespace osu.Game.Stores
|
||||
}
|
||||
|
||||
public virtual string HumanisedModelName => $"{typeof(TModel).Name.Replace(@"Info", "").ToLower()}";
|
||||
|
||||
private string getValidFilename(string filename)
|
||||
{
|
||||
foreach (char c in Path.GetInvalidFileNameChars())
|
||||
filename = filename.Replace(c, '_');
|
||||
return filename;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user