1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 22:43:05 +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 readonly RulesetInfo? Ruleset;
public string GetSerialisableIdentifier() => Ruleset?.ShortName ?? "global";
public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null) public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null)
{ {
Target = target; Target = target;