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