1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:23:22 +08:00

Remove unnecessary old code

This commit is contained in:
Dean Herbert 2017-08-25 13:07:10 +09:00
parent 2dd3e51373
commit 72a16e31dd

View File

@ -242,11 +242,6 @@ namespace osu.Game
};
}
// ensure both overlays aren't presented at the same time
chat.StateChanged += (container, state) => social.State = state == Visibility.Visible ? Visibility.Hidden : social.State;
social.StateChanged += (container, state) => chat.State = state == Visibility.Visible ? Visibility.Hidden : chat.State;
LoadComponentAsync(Toolbar = new Toolbar
{
Depth = -4,