gallium: remove unused struct type
authorBrian Paul <brianp@vmware.com>
Sat, 10 Jan 2009 04:51:22 +0000 (21:51 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 10 Jan 2009 21:58:45 +0000 (14:58 -0700)
src/gallium/auxiliary/tgsi/tgsi_ppc.c

index af180adbedc53e48f7335c318bc7c77cb0173a46..638fe09861615eba11726d3cd0af7c4b68e65fff 100644 (file)
@@ -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.
  */