summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:13:07 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:17:08 -0600
commit222c80893a738b964dc75796d47545d88e6a6973 (patch)
treeef2bc44d24b5a1bcd7b0f9602d2d004fed9bad98 /src/mesa/main/texparam.c
parent77b794201a96300af4473307a7663500d62296e8 (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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index 10ad0ef1d8..af288c4e18 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