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.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Claunia.PropertyList;
|
using System.Text.RegularExpressions;
|
||||||
using Claunia.RsrcFork;
|
using Claunia.RsrcFork;
|
||||||
using DiscImageChef.CommonTypes;
|
using DiscImageChef.CommonTypes;
|
||||||
using DiscImageChef.Console;
|
using DiscImageChef.Console;
|
||||||
using DiscImageChef.ImagePlugins;
|
|
||||||
using DiscImageChef.Filters;
|
using DiscImageChef.Filters;
|
||||||
using System.Text.RegularExpressions;
|
using DiscImageChef.ImagePlugins;
|
||||||
using DiscImageChef.Decoders.SCSI;
|
|
||||||
|
|
||||||
namespace DiscImageChef.DiscImages
|
namespace DiscImageChef.DiscImages
|
||||||
{
|
{
|
||||||
@@ -62,7 +60,7 @@ namespace DiscImageChef.DiscImages
|
|||||||
// "best"
|
// "best"
|
||||||
const byte kLZHCompress = 1;
|
const byte kLZHCompress = 1;
|
||||||
// DART <= 1.4
|
// DART <= 1.4
|
||||||
const byte kNoCompress= 2;
|
const byte kNoCompress = 2;
|
||||||
|
|
||||||
// Valid sizes
|
// Valid sizes
|
||||||
const short kLisa400KSize = 400;
|
const short kLisa400KSize = 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user