1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 22:20:54 +08:00

remove unnecessary overrides

This commit is contained in:
David Zhao
2019-07-25 11:20:24 +09:00
Unverified
parent bbcc8f0721
commit e63c97b306
-4
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;
}
}