r300/compiler: remove unused enum OPCODE_REPL_ALPHA
We use RC_OPCODE_REPL_ALPHA instead.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user