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:
parent
d57ed5841a
commit
696b7006a3
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user