gallium: Remove pf_rev().
authorMichal Krol <michal@vmware.com>
Thu, 3 Dec 2009 11:03:57 +0000 (12:03 +0100)
committerMichal Krol <michal@vmware.com>
Thu, 3 Dec 2009 11:03:57 +0000 (12:03 +0100)
src/gallium/include/pipe/p_format.h

index ec2961e8d7cb0e5c91b9cec833e58cdd9bc50a20..390906e35964169a971ffb1d58dccf43d12b5de6 100644 (file)
@@ -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)