Skip to content

Commit

Permalink
guess finally it's ok to remove this property.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Feb 5, 2022
1 parent 1723e24 commit 84a16cd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions osu.Game.Rulesets.Karaoke/Objects/Lyric.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,6 @@ public IList<int> Singers
}
}

[JsonIgnore]
public readonly Bindable<int> LayoutIndexBindable = new();

/// <summary>
/// Layout index
/// </summary>
[JsonIgnore]
public int LayoutIndex
{
get => LayoutIndexBindable.Value;
set => LayoutIndexBindable.Value = value;
}

[JsonIgnore]
public readonly BindableDictionary<CultureInfo, string> TranslateTextBindable = new();

Expand Down

0 comments on commit 84a16cd

Please sign in to comment.