summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-02-14 15:30:55 -0500
committerAdam Jackson <ajax@redhat.com>2017-02-16 11:35:03 -0500
commit47db92473f7da2b7d6775ff681ec747009f8cf3f (patch)
tree76443c5d3c3fbb6e6e9a3b1826b0281f7e083383
parent4dcf68e41857cdf78387a6232160cba5cb467fb0 (diff)
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>
-rw-r--r--hw/xfree86/common/xf86str.h3
1 files changed, 0 insertions, 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;