diff options
| author | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-09-12 17:21:40 +0000 |
|---|---|---|
| committer | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-09-12 17:21:40 +0000 |
| commit | 11543624edbee91f1257a614f0778999bc170345 (patch) | |
| tree | 8ccfba40280545356f899a3239f22d808829b503 /src | |
| parent | 28569c25f6c211796fd8720f98f386690bddd3c9 (diff) | |
remove unnecessary Swizzle parameter from struct (forgotten when the code was refactored)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/shader/atifragshader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/atifragshader.h b/src/mesa/shader/atifragshader.h index def441e6f7..9621502ca6 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 |
