mirror of
https://github.com/osukey/osukey.git
synced 2025-06-07 20:37:57 +09: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)
|
protected override IEnumerable<string> GetFilenames(string name)
|
||||||
{
|
{
|
||||||
if (source.Files == null)
|
|
||||||
yield break;
|
|
||||||
|
|
||||||
foreach (string filename in base.GetFilenames(name))
|
foreach (string filename in base.GetFilenames(name))
|
||||||
{
|
{
|
||||||
string path = getPathForFile(filename.ToStandardisedPath());
|
string path = getPathForFile(filename.ToStandardisedPath());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user