From 412c56ef3332d09efbd861e41c3e985f44729729 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sun, 1 Nov 2009 22:08:40 +0100 Subject: [PATCH] exa: remove some outdated comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This comment is still in exa_driver.c and there it makes sense. Signed-off-by: Maarten Maathuis Acked-by: Michel Dänzer Signed-off-by: Keith Packard --- exa/exa_mixed.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c index bc393c772..b29ee353c 100644 --- a/exa/exa_mixed.c +++ b/exa/exa_mixed.c @@ -154,10 +154,6 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, int height, int depth, if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) { ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth, bitsPerPixel, devKind, pPixData); - /* For EXA_HANDLES_PIXMAPS, we set pPixData to NULL. - * If pPixmap->devPrivate.ptr is non-NULL, then we've got a non-offscreen pixmap. - * We need to store the pointer, because PrepareAccess won't be called. - */ if (ret == TRUE) goto out; }