mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Some cleanup around FileTypes
This commit is contained in:
@@ -51,7 +51,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
public ZipArchive()
|
||||
: base()
|
||||
{
|
||||
this.Type = FileType.ZipArchive;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -63,7 +62,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
public ZipArchive(string filename, bool getHashes = false)
|
||||
: base(filename, getHashes)
|
||||
{
|
||||
this.Type = FileType.ZipArchive;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user