diff options
author | Michal Krol <michal@vmware.com> | 2009-12-03 12:03:57 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-12-03 12:03:57 +0100 |
commit | 9861ad46ab10196bd99373a275b3ce7b22b5badf (patch) | |
tree | bddcd8903e7d6a68be61515f7c64492157ab7593 /src/gallium/include | |
parent | f5bd93fae2e4f46665eb1f09ca64cb39ff2b8a79 (diff) |
gallium: Remove pf_rev().
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_format.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index ec2961e8d7..390906e359 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -238,11 +238,6 @@ typedef uint pipe_format_ycbcr_t; (PIPE_FORMAT_LAYOUT_YCBCR << 0) |\ ((REV) << 2) ) -static INLINE uint pf_rev(pipe_format_ycbcr_t f) -{ - return (f >> 2) & 0x1; -} - /** * Compresssed format layouts (this will probably change) |