dri: Remove dead comment.
authorEric Anholt <eric@anholt.net>
Thu, 26 Sep 2013 17:25:37 +0000 (10:25 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Oct 2013 23:34:30 +0000 (16:34 -0700)
The code it was referencing was removed in 2010.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/common/dri_util.c

index fa520ea..b95970d 100644 (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;