mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 22:30:40 +02:00
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:
parent
36fbe66d3a
commit
7f3a131b6e
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue