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/texenv.c | |
parent | 77b794201a96300af4473307a7663500d62296e8 (diff) |
mesa: refactor: move various ENUM_TO_x macros into macros.h
Diffstat (limited to 'src/mesa/main/texenv.c')
-rw-r--r-- | src/mesa/main/texenv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texenv.c b/src/mesa/main/texenv.c index 2b5b15524ec..e072cea136e 100644 --- a/src/mesa/main/texenv.c +++ b/src/mesa/main/texenv.c @@ -37,8 +37,6 @@ #include "math/m_xform.h" -#define ENUM_TO_FLOAT(X) ((GLfloat)(GLint)(X)) - void GLAPIENTRY _mesa_TexEnvfv( GLenum target, GLenum pname, const GLfloat *param ) |