diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-11-01 22:08:40 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-11-03 13:27:37 +1000 |
commit | 9e9ff04320ef9036b6746923188a4fbd83c44158 (patch) | |
tree | 4d0bedfbf307a9279575262eb29729e0076f1195 /exa | |
parent | 30572be7c795146bc4f6f2b8445feee30b5d6bfe (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>
(cherry picked from commit 412c56ef3332d09efbd861e41c3e985f44729729)
Diffstat (limited to 'exa')
-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 167ffa9d5..ff02f273b 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; } |