From 47db92473f7da2b7d6775ff681ec747009f8cf3f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 14 Feb 2017 15:30:55 -0500 Subject: [PATCH] xfree86: Remove unused chipID/Rev from ScrnInfoRec Reviewed-by: Alex Deucher Reviewed-by: Aaron Plattner Acked-by: Keith Packard Signed-off-by: Adam Jackson --- 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 295a1ae01..7f126b0d2 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;