diff options
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r-- | src/mesa/main/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 9b9e8380293..446d52e2559 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -853,7 +853,6 @@ _mesa_is_stencil_format(GLenum format) { switch (format) { case GL_STENCIL_INDEX: - case GL_DEPTH_STENCIL: return GL_TRUE; default: return GL_FALSE; |