diff options
author | Ben Skeggs <[email protected]> | 2008-05-13 12:16:35 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-05-13 12:16:35 +1000 |
commit | 1ef08564d2a201a422db772a6bb23d1129888304 (patch) | |
tree | 3fec32e8a0c907394f7766fd197fe5cc9008876a /src/gallium/drivers/nv40/nv40_context.h | |
parent | 2f80d4d2a705835b272cf2274ea578fe5bbe1919 (diff) |
nouveau: remove chipset fields in all nv pipe driver context/screen structs.
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h index 24e8cd23379..77b3da0ab91 100644 --- a/src/gallium/drivers/nv40/nv40_context.h +++ b/src/gallium/drivers/nv40/nv40_context.h @@ -111,8 +111,6 @@ struct nv40_context { struct draw_context *draw; - int chipset; - /* HW state derived from pipe states */ struct nv40_state state; struct { |