gallium: remove unused struct type

This commit is contained in:
Brian Paul 2009-01-09 21:51:22 -07:00
parent 0c71313970
commit d4394bb768

View 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.
*/