diff options
author | José Fonseca <[email protected]> | 2010-04-07 21:00:05 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-07 21:00:05 +0100 |
commit | f15469039a4623ae89e7867e4904eec8eef6395b (patch) | |
tree | fda81f051612b00b54af10b95568556f95cbd9a1 /src/gallium/include | |
parent | 68df2949971f6a9c0854bdfb2a252cb82fd9b7aa (diff) |
util: Remove the half typedef from p_compiler.h.
Unnecessary, and doesn't even guarantee size.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_compiler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index d645fd09bf0..09d6b6c9e2f 100644 --- a/src/gallium/include/pipe/p_compiler.h +++ b/src/gallium/include/pipe/p_compiler.h @@ -74,8 +74,6 @@ typedef unsigned char boolean; #define FALSE false #endif -typedef unsigned short half; - /* Function inlining */ #ifndef INLINE # ifdef __cplusplus |