summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-21 18:46:28 +0800
committerBrian Paul <brianp@vmware.com>2009-11-05 20:04:10 -0700
commit8d2edbf1395ca1e2d23b3bd2ba2c5d54f21d377b (patch)
treef6ba194dec9f39cdc61260373de669d73d80f17c /src/mesa/swrast
parentc3d61d378574878deedb44d84f506ca23e66c6ca (diff)
mesa/main: Add more OpenGL ES types to glheader.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/swrast.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index c183b315b6..c01cf7d1f0 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -75,12 +75,6 @@ typedef struct {
} SWvertex;
-/**
- * Fixed point data type.
- */
-typedef int GLfixed;
-
-
#define FRAG_ATTRIB_CI FRAG_ATTRIB_COL0