mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unused code.
This commit is contained in:
@@ -31,10 +31,12 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
[SuppressMessage("ReSharper", "UnusedType.Local")]
|
||||
public partial class HdCopy
|
||||
{
|
||||
/// <summary>The global header of a HDCP image file</summary>
|
||||
|
||||
Reference in New Issue
Block a user