mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -34,14 +34,12 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Claunia.PropertyList;
|
||||
using System.Text.RegularExpressions;
|
||||
using Claunia.RsrcFork;
|
||||
using DiscImageChef.CommonTypes;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.Filters;
|
||||
using System.Text.RegularExpressions;
|
||||
using DiscImageChef.Decoders.SCSI;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
{
|
||||
@@ -62,7 +60,7 @@ namespace DiscImageChef.DiscImages
|
||||
// "best"
|
||||
const byte kLZHCompress = 1;
|
||||
// DART <= 1.4
|
||||
const byte kNoCompress= 2;
|
||||
const byte kNoCompress = 2;
|
||||
|
||||
// Valid sizes
|
||||
const short kLisa400KSize = 400;
|
||||
|
||||
Reference in New Issue
Block a user