diff options
author | Nicolai Hähnle <[email protected]> | 2009-07-16 22:36:54 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2009-07-27 20:32:03 +0200 |
commit | 9ceee4d3e45ab65d9d0b9d0eb1d062883f241669 (patch) | |
tree | 4c2f43a33a0a88fdb613377b4b955f2474686555 /src/mesa | |
parent | b4b286b9804203568f71a010ce1c1f163f0f8d6f (diff) |
r300: Remove unused enums
Signed-off-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/compiler/radeon_program.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program.h b/src/mesa/drivers/dri/r300/compiler/radeon_program.h index 88474d43a22..3d4dbfecf72 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_program.h +++ b/src/mesa/drivers/dri/r300/compiler/radeon_program.h @@ -36,12 +36,6 @@ enum { - CLAUSE_MIXED = 0, - CLAUSE_ALU, - CLAUSE_TEX -}; - -enum { PROGRAM_BUILTIN = PROGRAM_FILE_MAX /**< not a real register, but a special swizzle constant */ }; |