diff --git a/osu.Game.Rulesets.Karaoke/Objects/Lyric.cs b/osu.Game.Rulesets.Karaoke/Objects/Lyric.cs index 8c4f8b7db..02a7d3bd7 100644 --- a/osu.Game.Rulesets.Karaoke/Objects/Lyric.cs +++ b/osu.Game.Rulesets.Karaoke/Objects/Lyric.cs @@ -132,19 +132,6 @@ public IList Singers } } - [JsonIgnore] - public readonly Bindable LayoutIndexBindable = new(); - - /// - /// Layout index - /// - [JsonIgnore] - public int LayoutIndex - { - get => LayoutIndexBindable.Value; - set => LayoutIndexBindable.Value = value; - } - [JsonIgnore] public readonly BindableDictionary TranslateTextBindable = new();