Remove unnecessary attribute.

This commit is contained in:
H. Utku Maden 2024-11-18 19:32:23 +03:00
parent ff83cb20f9
commit 8e8c86b2c1

@ -1,12 +0,0 @@
using System;
namespace Quik.Stb
{
[AttributeUsage(System.AttributeTargets.All, Inherited = false, AllowMultiple = true)]
internal sealed class NativeTypeNameAttribute : System.Attribute
{
public NativeTypeNameAttribute(string typename)
{
}
}
}