summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-11-08 10:33:30 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-11-08 10:33:30 -0700
commitf1c9016af16aefc08a3e4e859a897009652dac23 (patch)
tree9e7b7afe49ea4fa6935cb59f4b6bb3fe60e76772 /src/mesa
parente24afc808f7f00941a01fcedeb76df16c062170f (diff)
mesa: remove OPCODE_INT #define
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/prog_instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index 855a80e242..8adbe4f3ca 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.
*/