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