mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
remove unnecessary typedefs causing compiler warnings
This commit is contained in:
parent
004673d4d1
commit
96aa403cee
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue