mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()

This commit is contained in:
Brian Paul 2010-11-07 18:33:53 -07:00
parent dd28b4c1fc
commit 802bd6b705

View file

@ -581,7 +581,6 @@ _mesa_is_legal_format_and_type(const struct gl_context *ctx,
case GL_UNSIGNED_SHORT:
case GL_INT:
case GL_UNSIGNED_INT:
case GL_FLOAT:
case GL_UNSIGNED_SHORT_4_4_4_4:
case GL_UNSIGNED_SHORT_4_4_4_4_REV:
case GL_UNSIGNED_SHORT_5_5_5_1: