diff options
author | Michal Krol <michal@vmware.com> | 2009-11-27 09:19:01 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-11-27 09:19:01 +0100 |
commit | 5455e88f1c2043b3703650ca827a0ed2779e82ca (patch) | |
tree | 27c868d9a01153adca76dc9153b6ec923a3987e6 /src/gallium | |
parent | e13add8cae4637d9cd2f6c40c68de30701736abf (diff) |
gallium: Remove tgsi_version token.
Not really needed, never served its purpose.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 7d73d7df85..588ca5e026 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -35,12 +35,6 @@ extern "C" { #include "p_compiler.h" -struct tgsi_version -{ - unsigned Major : 8; - unsigned Minor : 8; - unsigned Padding : 16; -}; struct tgsi_header { |