diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-10-21 14:35:54 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-10-21 14:35:54 +0100 |
commit | 341edde1d2e9f9f989d41869cc436b51942941e4 (patch) | |
tree | 58508cc52b9bc12b7c31cce55ccb619f9ad2c229 | |
parent | cccb1842092bd1b9f35aee0ac21d580c0365e4a5 (diff) |
llvmpipe: remove dead code
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_setup_tri.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c index 89d75710dd..041716adc9 100644 --- a/src/gallium/drivers/llvmpipe/lp_setup_tri.c +++ b/src/gallium/drivers/llvmpipe/lp_setup_tri.c @@ -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) |