* AL.cs: Removed CLSCompliant assembly attribute, as this is already

defined in GameWindow.cs
This commit is contained in:
the_fiddler 2008-02-23 22:56:25 +00:00
parent 4e7978105b
commit da62a4fd7f

View file

@ -13,8 +13,6 @@ using System.Security;
using OpenTK.Math; using OpenTK.Math;
[assembly:CLSCompliant(true)]
/* Type Mapping /* Type Mapping
// 8-bit boolean // 8-bit boolean
typedef char ALboolean; typedef char ALboolean;