remove unnecessary typedefs causing compiler warnings

This commit is contained in:
Roland Scheidegger 2006-03-27 23:34:53 +00:00
parent 004673d4d1
commit 96aa403cee

View file

@ -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