From: Eric Anholt Date: Thu, 26 Sep 2013 17:25:37 +0000 (-0700) Subject: dri: Remove dead comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f3a131b6e998653e3a08cb57ff46a264ece0ee9;p=mesa.git dri: Remove dead comment. The code it was referencing was removed in 2010. Reviewed-by: Kenneth Graunke --- 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;