Remove legacy CAB package support.

This commit is contained in:
Paul Chote
2016-06-26 18:47:48 +01:00
parent 204837d6c6
commit f4c42581d5
3 changed files with 0 additions and 511 deletions

View File

@@ -57,8 +57,6 @@ namespace OpenRA.FileSystem
return new BigFile(this, filename);
if (filename.EndsWith(".bag", StringComparison.InvariantCultureIgnoreCase))
return new BagFile(this, filename);
if (filename.EndsWith(".hdr", StringComparison.InvariantCultureIgnoreCase))
return new InstallShieldCABExtractor(this, filename);
IReadOnlyPackage parent;
string subPath = null;