diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-09 21:51:22 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-10 14:58:45 -0700 |
commit | d4394bb768f17ac6a7e99116f2bc79c40dca3c5b (patch) | |
tree | 84fc4ba9cbb740d7c4761de7a1fe0dcf6d2af093 /src | |
parent | 0c71313970be3d097814839577cd141d46666783 (diff) |
gallium: remove unused struct type
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_ppc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_ppc.c b/src/gallium/auxiliary/tgsi/tgsi_ppc.c index af180adbed..638fe09861 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ppc.c +++ b/src/gallium/auxiliary/tgsi/tgsi_ppc.c @@ -81,14 +81,6 @@ const float ppc_builtin_constants[] ALIGN16_ATTRIB = { #define MAX_PPC_TEMPS 3 -struct reg_chan_vec -{ - struct tgsi_full_src_register src; - uint chan; - uint vec; -}; - - /** * Context/state used during code gen. */ |