From 802bd6b7059122bccaf4bd27ae4062a70aa4e918 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 7 Nov 2010 18:33:53 -0700 Subject: [PATCH] mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type() --- src/mesa/main/image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 6b12f6a48c6..df1527b47f1 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -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: -- 2.30.2