mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 05:57:19 +08:00
Remove unreachable code
This commit is contained in:
parent
ce8500a732
commit
016684b52d
@ -24,9 +24,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected override IEnumerable<string> GetFilenames(string name)
|
||||
{
|
||||
if (source.Files == null)
|
||||
yield break;
|
||||
|
||||
foreach (string filename in base.GetFilenames(name))
|
||||
{
|
||||
string path = getPathForFile(filename.ToStandardisedPath());
|
||||
|
Loading…
x
Reference in New Issue
Block a user