xfree86: Remove unused chipID/Rev from ScrnInfoRec

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2017-02-14 15:30:55 -05:00
parent 4dcf68e418
commit 47db92473f

View File

@ -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;