diff options
author | Brian Paul <[email protected]> | 2008-06-11 20:13:07 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:53 -0700 |
commit | ddd630ef907cd6bb91bad0c9f5db83f2fa67be47 (patch) | |
tree | bbe3a398966106e6d6f37e9f2a58c78e7646b125 /src/mesa/main/texenv.c | |
parent | ae1fdc15238498bf025d0f0be7337e2f9dda455f (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 ) |