Clean up stable lookup and mutate logic

This commit is contained in:
Dean Herbert
2019-07-05 13:59:31 +09:00
parent 8346c50ce1
commit ba8df3ba92
3 changed files with 5 additions and 8 deletions

View File

@ -55,8 +55,6 @@ namespace osu.Game.Skinning
};
}
protected override IEnumerable<string> GetStableImportPaths() => GetStableStorage().GetDirectories(ImportFromStablePath);
protected override bool ShouldDeleteArchive(string path) => Path.GetExtension(path)?.ToLowerInvariant() == ".osk";
/// <summary>