diff options
author | Jakob Bornecrantz <[email protected]> | 2010-05-29 13:29:44 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-05-29 13:30:25 +0200 |
commit | 835f5a65a11ae9ca9f4b36ceb6656c77041ec901 (patch) | |
tree | 4b81ca16c858b9e61a70f9a05e2b067ce3d72f60 /src/gallium/drivers/i915/i915_screen.h | |
parent | bbaaf823fa98c5c978aa10d61000485c10275f5a (diff) |
i915g: Move pci id to winsys struct
Diffstat (limited to 'src/gallium/drivers/i915/i915_screen.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.h b/src/gallium/drivers/i915/i915_screen.h index 7f9e02fc0f6..0c4186c68ee 100644 --- a/src/gallium/drivers/i915/i915_screen.h +++ b/src/gallium/drivers/i915/i915_screen.h @@ -45,7 +45,6 @@ struct i915_screen struct i915_winsys *iws; boolean is_i945; - uint pci_id; }; /** |