tgsi: remove unused Flags member from full_instruction

This commit is contained in:
Keith Whitwell 2009-11-24 14:44:45 +00:00
parent 56ee132f96
commit 9fbfe6b65d
2 changed files with 0 additions and 3 deletions

View file

@ -483,8 +483,6 @@ tgsi_default_full_instruction( void )
full_instruction.FullSrcRegisters[i] = tgsi_default_full_src_register();
}
full_instruction.Flags = 0x0;
return full_instruction;
}

View file

@ -83,7 +83,6 @@ struct tgsi_full_instruction
struct tgsi_instruction_texture InstructionTexture;
struct tgsi_full_dst_register FullDstRegisters[TGSI_FULL_MAX_DST_REGISTERS];
struct tgsi_full_src_register FullSrcRegisters[TGSI_FULL_MAX_SRC_REGISTERS];
uint Flags; /**< user-defined usage */
};
union tgsi_full_token