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:
@@ -55,7 +55,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
public GZipArchive()
|
||||
: base()
|
||||
{
|
||||
this.Type = FileType.GZipArchive;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -67,7 +66,6 @@ namespace SabreTools.FileTypes.Archives
|
||||
public GZipArchive(string filename, bool getHashes = false)
|
||||
: base(filename, getHashes)
|
||||
{
|
||||
this.Type = FileType.GZipArchive;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user