Skip to content

Commit

Permalink
Removed duplicate entry from list of queries.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed May 3, 2008
1 parent 3bc30af commit 7588156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glcaps.c
Expand Up @@ -98,7 +98,6 @@ int main(int argc, char **argv)

getval(GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB);
getval(GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB);
getval(GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB);
getval(GL_MAX_VARYING_FLOATS_ARB);
getval(GL_MAX_VERTEX_ATTRIBS_ARB);
getval(GL_MAX_TEXTURE_IMAGE_UNITS_ARB);
Expand Down

0 comments on commit 7588156

Please sign in to comment.