Skip to content

Commit

Permalink
Remove the method.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Apr 29, 2023
1 parent ab487b8 commit 77a5b4d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ namespace osu.Game.Rulesets.Karaoke.Beatmaps.Stages.Preview;
public class PreviewLyricLayoutCategory : StageElementCategory<PreviewLyricLayout, Lyric>
{
protected override PreviewLyricLayout CreateElement(int id) => new(id);

public void ReCalculate()
{
// todo: do something.
}
}

0 comments on commit 77a5b4d

Please sign in to comment.