Skip to content

Commit

Permalink
Remove duplicate GL_NONE. Fixes #52.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker committed Jun 4, 2017
1 parent f9bc5d2 commit 3458dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/derelict/opengl3/deprecatedConstants.d
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 171,6 @@ enum : GLenum {
GL_LOGIC_OP = 0x0BF1,
GL_INDEX_LOGIC_OP = 0x0BF1,
GL_STENCIL_BITS = 0x0D57,
GL_NONE = 0x0,
GL_AUX0 = 0x0409,
GL_AUX1 = 0x040A,
GL_AUX2 = 0x040B,
Expand Down

0 comments on commit 3458dfe

Please sign in to comment.