[PATCH 2/2] Delete Colormap->devPriv. It isn't used any more.

Jamey Sharp jamey at minilop.net
Tue Jul 13 15:37:08 PDT 2010


Signed-off-by: Jamey Sharp <jamey at minilop.net>
---
 include/colormapst.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/colormapst.h b/include/colormapst.h
index c4e24a6..bb79c86 100644
--- a/include/colormapst.h
+++ b/include/colormapst.h
@@ -113,9 +113,7 @@ typedef struct _ColormapRec
     Entry	*red;
     Entry 	*green;
     Entry	*blue;
-    pointer	devPriv;
-    PrivateRec	*devPrivates;	/* dynamic devPrivates added after devPriv
-				   already existed - must keep devPriv */
+    PrivateRec	*devPrivates;
 } ColormapRec;
 	      
 #endif /* COLORMAP_H */
-- 
1.7.0



More information about the xorg-devel mailing list