From 45d263861401216f4ec26afae5a54b8285dfbf5e Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 4 Sep 2009 23:22:44 +0000 Subject: [PATCH] Removed unnecessary CLSCompliant attributes. --- Source/OpenTK/Platform/X11/Structs.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/OpenTK/Platform/X11/Structs.cs b/Source/OpenTK/Platform/X11/Structs.cs index e6066f23..76e9d4fe 100644 --- a/Source/OpenTK/Platform/X11/Structs.cs +++ b/Source/OpenTK/Platform/X11/Structs.cs @@ -801,7 +801,6 @@ namespace OpenTK.Platform.X11 StaticGravity = 10 } - [CLSCompliant(false)] internal enum XKeySym : uint { XK_BackSpace = 0xFF08, @@ -890,7 +889,7 @@ namespace OpenTK.Platform.X11 public IntPtr killid; } - [StructLayout(LayoutKind.Sequential, Pack = 2), CLSCompliant(false)] + [StructLayout(LayoutKind.Sequential, Pack = 2)] internal struct XColor { public IntPtr pixel;