intel: Remove dead allow_batchbuffer param.

This commit is contained in:
Eric Anholt
2008-09-11 09:50:47 -07:00
parent d3dc95e26a
commit 201d3419a6
2 changed files with 0 additions and 6 deletions

View File

@@ -298,11 +298,6 @@ static GLboolean intelInitDriver(__DRIscreenPrivate *sPriv)
&intelScreen->irq_active))
return GL_FALSE;
/* Determine if batchbuffers are allowed */
if (!intel_get_param(sPriv, I915_PARAM_ALLOW_BATCHBUFFER,
&intelScreen->allow_batchbuffer))
return GL_FALSE;
sPriv->extensions = intelScreenExtensions;
return GL_TRUE;