diff --git a/NativeTypeNameAttribute.cs b/NativeTypeNameAttribute.cs deleted file mode 100644 index fe5b75a..0000000 --- a/NativeTypeNameAttribute.cs +++ /dev/null @@ -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) - { - } - } -}