Remove unused FindProvider() methods

No longer needed since 39f99bf785.
This commit is contained in:
Bartłomiej Dach
2022-02-01 21:44:59 +01:00
parent e4028b8fc1
commit 7cdf63c654
4 changed files with 0 additions and 8 deletions

View File

@ -61,7 +61,6 @@ namespace osu.Game.Tests.NonVisual.Skinning
public Drawable GetDrawableComponent(ISkinComponent component) => throw new NotSupportedException();
public ISample GetSample(ISampleInfo sampleInfo) => throw new NotSupportedException();
public IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup) => throw new NotSupportedException();
public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => null;
}
private class TestAnimationTimeReference : IAnimationTimeReference