1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 04:22:55 +08:00

Remove commented code

This commit is contained in:
Bartłomiej Dach 2024-06-27 09:44:55 +02:00
parent 1998742e42
commit a5aedded16
No known key found for this signature in database

View File

@ -85,8 +85,6 @@ namespace osu.Game.Screens.Edit.Timing
? "+ Clone to current time"
: "+ Add at current time";
}, true);
//table.OnRowSelected += drawable => scroll.ScrollIntoView(drawable);
}
protected override bool OnClick(ClickEvent e)