drisw: Remove cargo culting that breaks GLX 1.3 ctors

Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit d44f821213)
This commit is contained in:
Adam Jackson 2011-04-28 08:54:45 -04:00
parent bf7b347c10
commit b2fbf8225b

View file

@ -369,10 +369,6 @@ driswCreateDrawable(struct glx_screen *base, XID xDrawable,
const __DRIswrastExtension *swrast = psc->swrast;
/* Old dri can't handle GLX 1.3+ drawable constructors. */
if (xDrawable != drawable)
return NULL;
pdp = Xmalloc(sizeof(*pdp));
if (!pdp)
return NULL;