From 0b53765917ae196147886189ca3514a07e0eb45e Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 19 Apr 2010 12:16:20 +0000 Subject: svn merge -r537:HEAD "^/branches/released" . --- xorg-server/glx/glxdri2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xorg-server/glx/glxdri2.c') diff --git a/xorg-server/glx/glxdri2.c b/xorg-server/glx/glxdri2.c index 4c9f381c6..74d6ebc5d 100644 --- a/xorg-server/glx/glxdri2.c +++ b/xorg-server/glx/glxdri2.c @@ -105,11 +105,6 @@ __glXDRIdrawableDestroy(__GLXdrawable *drawable) (*core->destroyDrawable)(private->driDrawable); - /* If the X window was destroyed, the dri DestroyWindow hook will - * aready have taken care of this, so only call if pDraw isn't NULL. */ - if (drawable->pDraw != NULL) - DRI2DestroyDrawable(drawable->pDraw); - __glXDrawableRelease(drawable); xfree(private); -- cgit v1.2.3