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

style(KeyCounter): remove useless IsCounting bindable

Counting logic has been moved to the `Trigger`
This commit is contained in:
tsrk 2023-06-15 12:40:47 +02:00
parent 184c793f56
commit fcdaf72915
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -16,11 +16,6 @@ namespace osu.Game.Screens.Play.HUD
/// </summary>
public readonly InputTrigger Trigger;
/// <summary>
/// Whether the actions reported by <see cref="Trigger"/> should be counted.
/// </summary>
public Bindable<bool> IsCounting { get; } = new BindableBool(true);
/// <summary>
/// The current count of registered key presses.
/// </summary>