mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user