llvmpipe: remove dead code
authorKeith Whitwell <keithw@vmware.com>
Wed, 21 Oct 2009 13:35:54 +0000 (14:35 +0100)
committerKeith Whitwell <keithw@vmware.com>
Wed, 21 Oct 2009 13:35:54 +0000 (14:35 +0100)
src/gallium/drivers/llvmpipe/lp_setup_tri.c

index 89d75710dda9a230dade8ae235a85af02bf0da2f..041716adc939f50fa6f6324aa25a0e5bcac21ac9 100644 (file)
@@ -227,13 +227,6 @@ static inline int subpixel_snap( float a )
 }
 
 
-static INLINE void bin_triangle( struct cmd_block_list *list,
-                                 const struct lp_rast_triangle arg )
-{
-}
-
-
-
 #define MIN3(a,b,c) MIN2(MIN2(a,b),c)
 #define MAX3(a,b,c) MAX2(MAX2(a,b),c)