Remove redundant interface specification

This commit is contained in:
Dean Herbert 2021-02-22 14:54:48 +09:00
parent 63dd55c92c
commit fde026d443

View File

@ -17,7 +17,7 @@ namespace osu.Game.Skinning
/// <summary> /// <summary>
/// A sample corresponding to an <see cref="ISampleInfo"/> that supports being pooled and responding to skin changes. /// A sample corresponding to an <see cref="ISampleInfo"/> that supports being pooled and responding to skin changes.
/// </summary> /// </summary>
public class PoolableSkinnableSample : SkinReloadableDrawable, IAggregateAudioAdjustment, IAdjustableAudioComponent public class PoolableSkinnableSample : SkinReloadableDrawable, IAdjustableAudioComponent
{ {
/// <summary> /// <summary>
/// The currently-loaded <see cref="DrawableSample"/>. /// The currently-loaded <see cref="DrawableSample"/>.