From 11543624edbee91f1257a614f0778999bc170345 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Mon, 12 Sep 2005 17:21:40 +0000 Subject: [PATCH] remove unnecessary Swizzle parameter from struct (forgotten when the code was refactored) --- src/mesa/shader/atifragshader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/shader/atifragshader.h b/src/mesa/shader/atifragshader.h index def441e..9621502 100644 --- a/src/mesa/shader/atifragshader.h +++ b/src/mesa/shader/atifragshader.h @@ -32,7 +32,6 @@ struct atifragshader_dst_register GLuint Index; GLuint dstMod; GLuint dstMask; - GLuint Swizzle; }; #define ATI_FRAGMENT_SHADER_COLOR_OP 0 -- 2.7.4