diff --git a/osu.Game.Rulesets.Karaoke/Beatmaps/Stages/Preview/PreviewLyricLayoutCategory.cs b/osu.Game.Rulesets.Karaoke/Beatmaps/Stages/Preview/PreviewLyricLayoutCategory.cs index 88644cd9c..61caa772d 100644 --- a/osu.Game.Rulesets.Karaoke/Beatmaps/Stages/Preview/PreviewLyricLayoutCategory.cs +++ b/osu.Game.Rulesets.Karaoke/Beatmaps/Stages/Preview/PreviewLyricLayoutCategory.cs @@ -8,9 +8,4 @@ namespace osu.Game.Rulesets.Karaoke.Beatmaps.Stages.Preview; public class PreviewLyricLayoutCategory : StageElementCategory { protected override PreviewLyricLayout CreateElement(int id) => new(id); - - public void ReCalculate() - { - // todo: do something. - } }