diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-07-17 14:25:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-07-18 12:29:44 +0100 |
commit | e436cf597d130dc65a60a450418b1fc20875aaf0 (patch) | |
tree | a04a36af01150a83a24d46305d7e439ecd4dcc8d | |
parent | 6babcf15dd605ef40de53f5c34f95b7fd195edbe (diff) |
legacy/i810: remove unused numVisualConfigs
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/legacy/i810/i810.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/legacy/i810/i810.h b/src/legacy/i810/i810.h index de250ab8..347188c9 100644 --- a/src/legacy/i810/i810.h +++ b/src/legacy/i810/i810.h @@ -218,7 +218,6 @@ typedef struct _I810Rec { int LockHeld; DRIInfoPtr pDRIInfo; int drmSubFD; - int numVisualConfigs; unsigned long dcacheHandle; unsigned long backHandle; unsigned long zHandle; |