diff options
author | Brian <[email protected]> | 2008-11-08 10:33:30 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-11-08 10:33:30 -0700 |
commit | f1c9016af16aefc08a3e4e859a897009652dac23 (patch) | |
tree | 9e7b7afe49ea4fa6935cb59f4b6bb3fe60e76772 /src/mesa/shader/prog_instruction.h | |
parent | e24afc808f7f00941a01fcedeb76df16c062170f (diff) |
mesa: remove OPCODE_INT #define
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 855a80e2424..8adbe4f3ca7 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -239,9 +239,6 @@ typedef enum prog_opcode { } gl_inst_opcode; -/* temporary, just in case, remove soon */ -#define OPCODE_INT OPCODE_TRUNC - /** * Instruction source register. */ |