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

remove unused function

This commit is contained in:
Nikita-str 2024-12-27 07:18:51 +03:00
parent d57ed5841a
commit 696b7006a3

View File

@ -161,12 +161,5 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
protected abstract void RestorePieceState();
protected abstract SkinnableDrawable OnLoadCreateMainPiece();
// TODO: call it from Editor OR even delete it and use somehow TaikoPlayfield from Editor
public unsafe void ReLoadMainPiece()
{
Content.Remove(MainPiece, true);
load();
}
}
}