dri: Remove dead comment.

The code it was referencing was removed in 2010.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2013-09-26 10:25:37 -07:00
parent 36fbe66d3a
commit 7f3a131b6e
1 changed files with 0 additions and 4 deletions

View File

@ -435,10 +435,6 @@ static int driUnbindContext(__DRIcontext *pcp)
dri_put_drawable(prp);
}
/* XXX this is disabled so that if we call SwapBuffers on an unbound
* window we can determine the last context bound to the window and
* use that context's lock. (BrianP, 2-Dec-2000)
*/
pcp->driDrawablePriv = NULL;
pcp->driReadablePriv = NULL;