summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2006-03-27 23:34:53 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2006-03-27 23:34:53 +0000
commit96aa403cee82a81fa09813a1b49c83255d045022 (patch)
tree0bc5a793ba1477c5f6e60400dc81b18ff41e095e /src
parent004673d4d1345727cf21d4febf09e9920571393f (diff)
remove unnecessary typedefs causing compiler warnings
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 4a7772aaa7..bce495073a 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -86,9 +86,6 @@ typedef struct r300_context *r300ContextPtr;
#define WARN_ONCE(a, ...) {}
#endif
-typedef GLuint uint32_t;
-typedef GLubyte uint8_t;
-
/* We should probably change types within vertex_shader
and pixel_shader structure later on */
#define CARD32 GLuint