r300/compiler: remove unused enum OPCODE_REPL_ALPHA

We use RC_OPCODE_REPL_ALPHA instead.
This commit is contained in:
Marek Olšák
2010-09-02 02:42:42 +02:00
parent fba5f6bda7
commit f5609ff0d7
@@ -150,11 +150,6 @@ struct rc_program {
struct rc_constant_list Constants;
};
enum {
OPCODE_REPL_ALPHA = MAX_RC_OPCODE /**< used in paired instructions */
};
static inline rc_swizzle get_swz(unsigned int swz, rc_swizzle idx)
{
if (idx & 0x4)