From 9861ad46ab10196bd99373a275b3ce7b22b5badf Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Thu, 3 Dec 2009 12:03:57 +0100 Subject: gallium: Remove pf_rev(). --- src/gallium/include/pipe/p_format.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/include/pipe') 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) -- cgit v1.2.3