1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00

remove unnecessary overrides

This commit is contained in:
David Zhao 2019-07-25 11:20:24 +09:00
parent bbcc8f0721
commit e63c97b306

View File

@ -103,9 +103,5 @@ namespace osu.Game.Screens.Select
updateModeLight();
}
protected override bool OnMouseDown(MouseDownEvent e) => false;
protected override bool OnClick(ClickEvent e) => false;
}
}