diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.h | 3 |
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 |