gallium: Remove dead code.

This commit is contained in:
José Fonseca 2010-01-10 10:44:25 +00:00
parent dc6bcc92ee
commit 74f520861f

View file

@ -69,11 +69,7 @@ typedef unsigned short ushort;
#endif
typedef unsigned char ubyte;
#if 0
#define boolean bool
#else
typedef unsigned char boolean;
#endif
#ifndef TRUE
#define TRUE true
#endif