1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

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();
}
}
}