Annotate or remove unused elements.

This commit is contained in:
2023-10-05 01:05:23 +01:00
parent 7c9405492c
commit 9618e2c549
168 changed files with 397 additions and 216 deletions

View File

@@ -38,7 +38,6 @@ using Aaru.CommonTypes;
using Aaru.CommonTypes.AaruMetadata;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Structs;
using Track = Aaru.CommonTypes.AaruMetadata.Track;
namespace Aaru.DiscImages;
@@ -257,6 +256,4 @@ public sealed partial class SuperCardPro
}
#endregion
public bool SetTracks(List<Track> tracks) => false;
}