diff options
author | Adam Jackson <ajax@redhat.com> | 2014-12-10 11:45:12 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-05-20 13:13:08 -0400 |
commit | 4578cd9d50f61eb9c0ede3539818c920213083cc (patch) | |
tree | fbbe7057deed70598949adb56b98f8c5c0cdc69e | |
parent | 67e256826b381af32db09d3108b142b7d5406b15 (diff) |
xfree86: Remove unused chipID/Rev from ScrnInfoRecinit-cleanup
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | hw/xfree86/common/xf86str.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index b36548978..120abf3c3 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -732,9 +732,6 @@ typedef struct _ScrnInfoRec { unsigned long fbOffset; /* Offset of FB in the above */ void *options; - int chipID; - int chipRev; - /* Allow screens to be enabled/disabled individually */ Bool vtSema; |