dri: remove old assertion (see bug 26734)

(cherry picked from commit 293f4d51b4)
This commit is contained in:
Brian Paul 2010-02-24 14:06:52 -07:00
parent 5046f2c195
commit f393d95ff2

View file

@ -59,14 +59,6 @@ driNewRenderbuffer(gl_format format, GLvoid *addr,
{
driRenderbuffer *drb;
assert(format == GL_RGBA ||
format == GL_RGB5 ||
format == GL_RGBA8 ||
format == GL_DEPTH_COMPONENT16 ||
format == GL_DEPTH_COMPONENT24 ||
format == GL_DEPTH_COMPONENT32 ||
format == GL_STENCIL_INDEX8_EXT);
assert(cpp > 0);
assert(pitch > 0);