[PATCH mach64] Remove reference to pixmapPrivate.

Trevor Woerner twoerner at gmail.com
Fri Oct 1 05:10:16 PDT 2010


From: Trevor Woerner <twoerner at gmail.com>

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 src/aticonsole.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/aticonsole.c b/src/aticonsole.c
index 1be147e..902e260 100644
--- a/src/aticonsole.c
+++ b/src/aticonsole.c
@@ -715,8 +715,6 @@ ATIEnterVT
 
     pScreenPixmap = (*pScreen->GetScreenPixmap)(pScreen);
     PixmapPrivate = pScreenPixmap->devPrivate;
-    if (!PixmapPrivate.ptr)
-        pScreenPixmap->devPrivate = pScreenInfo->pixmapPrivate;
 
     /* Tell framebuffer about remapped aperture */
     Entered = (*pScreen->ModifyPixmapHeader)(pScreenPixmap,
@@ -724,7 +722,6 @@ ATIEnterVT
 
     if (!PixmapPrivate.ptr)
     {
-        pScreenInfo->pixmapPrivate = pScreenPixmap->devPrivate;
         pScreenPixmap->devPrivate.ptr = NULL;
     }
 
-- 
1.7.3.1.45.g9855b



More information about the xorg-devel mailing list