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:
parent
4dcf68e418
commit
47db92473f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue