diff options
author | Eric Anholt <[email protected]> | 2013-09-26 10:25:37 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-10-10 16:34:30 -0700 |
commit | 7f3a131b6e998653e3a08cb57ff46a264ece0ee9 (patch) | |
tree | c7edc9eadb5925273165f7ad911c6be135658260 /src | |
parent | 36fbe66d3a71df76fcb6f915846da4471b3a8442 (diff) |
dri: Remove dead comment.
The code it was referencing was removed in 2010.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index fa520ea904d..b95970d24d9 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -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; |