style: remove unused IAttachableSkinComponent on KCD

This commit is contained in:
tsrk 2023-06-15 12:27:37 +02:00
parent b4cbcb210e
commit a61c1116f5
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -15,7 +15,7 @@ namespace osu.Game.Screens.Play.HUD
/// <summary>
/// A flowing display of all gameplay keys. Individual keys can be added using <see cref="InputTrigger"/> implementations.
/// </summary>
public abstract partial class KeyCounterDisplay : CompositeDrawable, IAttachableSkinComponent, ISerialisableDrawable
public abstract partial class KeyCounterDisplay : CompositeDrawable, ISerialisableDrawable
{
/// <summary>
/// Whether the key counter should be visible regardless of the configuration value.