diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-11-01 22:08:40 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-02 08:11:27 -0800 |
commit | 412c56ef3332d09efbd861e41c3e985f44729729 (patch) | |
tree | d56b4c0dafdbda8f60c4be8b669fb1ba12e497df /exa/exa_mixed.c | |
parent | 48b8c076a7b7dbbddfc472e8c6e5251a0b174cbc (diff) |
exa: remove some outdated comment
- This comment is still in exa_driver.c and there it makes sense.
Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
Acked-by: Michel Dänzer <michel@daenzer.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'exa/exa_mixed.c')
-rw-r--r-- | exa/exa_mixed.c | 4 |
1 files changed, 0 insertions, 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; } |