[GL] Removed duplicate enums
authorthefiddler <stapostol@gmail.com>
Thu, 14 Aug 2014 08:31:02 +0000 (10:31 +0200)
committerthefiddler <stapostol@gmail.com>
Tue, 2 Sep 2014 11:04:14 +0000 (13:04 +0200)
This duplication is no longer necessary, after the enum name
translation fix.

Source/Bind/Specifications/GL2/overrides.xml

index fb5d9c5..c287571 100644 (file)
     </function>
   </overload>
 
-  <add name="gl">
-    <enum name="VertexAttribDPointerType">
-      <use token="DOUBLE" />
-    </enum>
-  </add>
-
   <add name="gl|glcore">
     <enum name="ActiveAttribType">
       <use enum="VERSION_1_1" token="NONE" />
     <enum name="VertexAttribDoubleType">
       <use enum="VERSION_4_1" token="DOUBLE" />
     </enum>
-    <enum name="VertexAttribD_PointerType">
-      <use enum="VERSION_4_1" token="DOUBLE" />
-    </enum>
     <enum name="VertexAttribIntegerType">
       <use enum="DataType" token="BYTE" />
       <use enum="DataType" token="UNSIGNED_BYTE" />