Remove no longer used field

This commit is contained in:
Andrei Zavatski
2020-02-04 11:21:21 +03:00
parent 524a8ba6c6
commit c3bd6c3f7f

View File

@ -20,8 +20,6 @@ namespace osu.Game.Overlays
/// <typeparam name="T">The type of item to be represented by tabs.</typeparam>
public abstract class TabControlOverlayHeader<T> : OverlayHeader, IHasCurrentValue<T>
{
public readonly Bindable<T> Current = new Bindable<T>();
protected OsuTabControl<T> TabControl;
private readonly BindableWithCurrent<T> current = new BindableWithCurrent<T>();