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