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

Remove useless comment in KeysPerSecondCounter

This commit is contained in:
Ryuki 2022-08-11 11:01:16 +02:00
parent 787dee249d
commit d29cba80e9
No known key found for this signature in database
GPG Key ID: A353889EAEACBF49

View File

@ -12,7 +12,6 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Skinning;
using osuTK;
// using osu.Game.Rulesets.UI;
namespace osu.Game.Screens.Play.HUD.KeysPerSecond
{