Remove unnecessary disposal

This commit is contained in:
Dean Herbert
2019-07-03 12:06:20 +09:00
parent 23acddcb56
commit d22a1229cb

View File

@ -71,12 +71,5 @@ namespace osu.Game.Overlays.Direct
}
};
}
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
button?.State.UnbindAll();
}
}
}