mesa/es: Remove redundant shade model mode validation

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Ian Romanick 2011-09-20 16:47:43 -07:00
parent 5a193557d1
commit f3f993153c
1 changed files with 0 additions and 5 deletions

View File

@ -220,11 +220,6 @@
<return type="void"/>
<param name="mode" type="GLenum"/>
</proto>
<desc name="mode">
<value name="GL_FLAT"/>
<value name="GL_SMOOTH"/>
</desc>
</template>
<template name="TexParameter">