mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Annotate or remove unused elements.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user