From 7f3a131b6e998653e3a08cb57ff46a264ece0ee9 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 26 Sep 2013 10:25:37 -0700 Subject: [PATCH] dri: Remove dead comment. The code it was referencing was removed in 2010. Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/common/dri_util.c | 4 ---- 1 file changed, 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; -- 2.30.2