Skip to content

Commit f3b40a2

Browse files
committed
remove duplicate gl unpick constants
1 parent d52586d commit f3b40a2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

unpick-definitions/opengl.unpick

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ constant gl_state org/lwjgl/opengl/GL11 GL_DIFFUSE
6868
constant gl_state org/lwjgl/opengl/GL11 GL_AMBIENT
6969
constant gl_state org/lwjgl/opengl/GL11 GL_SPECULAR
7070
constant gl_state org/lwjgl/opengl/GL11 GL_LIGHT_MODEL_AMBIENT
71-
constant gl_state org/lwjgl/opengl/GL11 GL_FRONT_AND_BACK
7271
constant gl_state org/lwjgl/opengl/GL11 GL_AMBIENT_AND_DIFFUSE
73-
constant gl_state org/lwjgl/opengl/GL11 GL_COLOR_BUFFER_BIT
72+
# constant gl_state org/lwjgl/opengl/GL11 GL_COLOR_BUFFER_BIT
7473
constant gl_state org/lwjgl/opengl/GL11 GL_DEPTH_BUFFER_BIT
7574
constant gl_state org/lwjgl/opengl/GL11 GL_CULL_FACE
76-
constant gl_state org/lwjgl/opengl/GL11 GL_PROJECTION
7775
constant gl_state org/lwjgl/opengl/GL11 GL_POLYGON_OFFSET_LINE
7876
constant gl_state org/lwjgl/opengl/GL11 GL_POLYGON_OFFSET_FILL
7977
constant gl_state org/lwjgl/opengl/GL11 GL_COLOR_LOGIC_OP

0 commit comments

Comments
 (0)