From f1c9016af16aefc08a3e4e859a897009652dac23 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 8 Nov 2008 10:33:30 -0700 Subject: mesa: remove OPCODE_INT #define --- src/mesa/shader/prog_instruction.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa') 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. */ -- cgit v1.2.3