Automated cleanup

This commit is contained in:
Matt Nadareski
2025-11-02 19:28:16 -05:00
parent ecbd147f6d
commit 50b09aa249
8 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,4 +1,3 @@
using System.Collections.Generic;
using SabreTools.Data.Models.ISO9660;
namespace SabreTools.Data.Models.CDROM

View File

@@ -1,5 +1,3 @@
using System;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,5 +1,3 @@
using System.Collections.Generic;
namespace SabreTools.Data.Models.CDROM
{
/// <summary>

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using SabreTools.Data.Extensions;
using SabreTools.Data.Models.CDROM;
using SabreTools.Data.Models.ISO9660;
using SabreTools.IO.Extensions;
@@ -41,7 +40,7 @@ namespace SabreTools.Serialization.Readers
return null;
volume.VolumeDescriptorSet = vdSet;
// Only the VolumeDescriptorSet can be read using the CDROMVolume Reader
// TODO: CDROM Reader that outputs CDROM.DataTrack that uses custom Stream to wrap ISO9660 for Volume