diff options
author | Brian Paul <[email protected]> | 2008-06-11 20:13:07 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-11 20:17:08 -0600 |
commit | 222c80893a738b964dc75796d47545d88e6a6973 (patch) | |
tree | ef2bc44d24b5a1bcd7b0f9602d2d004fed9bad98 /src/mesa/main/texparam.c | |
parent | 77b794201a96300af4473307a7663500d62296e8 (diff) |
mesa: refactor: move various ENUM_TO_x macros into macros.h
Diffstat (limited to 'src/mesa/main/texparam.c')
-rw-r--r-- | src/mesa/main/texparam.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 10ad0ef1d8e..af288c4e18c 100644 --- a/src/mesa/main/texparam.c +++ b/src/mesa/main/texparam.c @@ -39,9 +39,6 @@ #include "main/teximage.h" -#define ENUM_TO_FLOAT(X) ((GLfloat)(GLint)(X)) - - /** * Check if a coordinate wrap mode is supported for the texture target. * \return GL_TRUE if legal, GL_FALSE otherwise |