intel: Clean up some a leftover from sedding of bufmgr context->screen move.

This commit is contained in:
Eric Anholt
2009-04-06 09:29:14 -07:00
parent 2d56d0839e
commit 5cca1ceb81

View File

@@ -613,9 +613,6 @@ intel_init_bufmgr(intelScreenPrivate *intelScreen)
&intelScreen->sarea->last_dispatch);
}
/* XXX bufmgr should be per-screen, not per-context */
intelScreen->ttm = intelScreen->ttm;
return GL_TRUE;
}