diff options
-rw-r--r-- | dist/Mesa/src/glx/drisw_glx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Mesa/src/glx/drisw_glx.c b/dist/Mesa/src/glx/drisw_glx.c index 237ce1761..186f66287 100644 --- a/dist/Mesa/src/glx/drisw_glx.c +++ b/dist/Mesa/src/glx/drisw_glx.c @@ -361,10 +361,6 @@ driCreateDrawable(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; |