[PATCH xserver 6/7] xfree86: Remove unused chipID/Rev from ScrnInfoRec

Adam Jackson ajax at redhat.com
Tue Feb 14 20:30:55 UTC 2017


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/xf86str.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index 295a1ae..7f126b0 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -652,9 +652,6 @@ typedef struct _ScrnInfoRec {
     Bool flipPixels;            /* swap default black/white */
     void *options;
 
-    int chipID;
-    int chipRev;
-
     /* Allow screens to be enabled/disabled individually */
     Bool vtSema;
 
-- 
2.9.3



More information about the xorg-devel mailing list