winex11.drv: Remove an outdated comment.

This commit is contained in:
Austin English 2009-05-06 07:12:46 -05:00 committed by Alexandre Julliard
parent b46be0be7d
commit 2b03dd373d

View file

@ -639,8 +639,7 @@ void X11DRV_XRender_DeleteDC(X11DRV_PDEVICE *physDev)
/***********************************************************************
* X11DRV_XRender_UpdateDrawable
*
* This gets called from X11DRV_SetDrawable and X11DRV_SelectBitmap.
* It deletes the pict and tile when the drawable changes.
* Deletes the pict and tile when the drawable changes.
*/
void X11DRV_XRender_UpdateDrawable(X11DRV_PDEVICE *physDev)
{