1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 09:53:18 +08:00

Remove unused GetSerialisableIdentifier for now

This commit is contained in:
Dean Herbert 2023-02-20 19:47:17 +09:00
parent 6b9472c367
commit 5f7a6d13c3

View File

@ -17,8 +17,6 @@ namespace osu.Game.Skinning
public readonly RulesetInfo? Ruleset;
public string GetSerialisableIdentifier() => Ruleset?.ShortName ?? "global";
public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null)
{
Target = target;