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

@ -131,8 +131,6 @@ namespace osu.Game.Tests.Gameplay
public ISample GetSample(ISampleInfo sampleInfo) => throw new NotImplementedException();
public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => null;
public IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup)
{
switch (lookup)