llvmpipe: remove redundant code in llvmpipe_set_blend_color()

This commit is contained in:
Brian Paul 2010-01-14 16:21:49 -07:00
parent 4414a1a73c
commit dfd6e762e7
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ void llvmpipe_set_blend_color( struct pipe_context *pipe,
if(memcmp(&llvmpipe->blend_color, blend_color, sizeof *blend_color) == 0)
return;
if(memcmp(&llvmpipe->blend_color, blend_color, sizeof *blend_color) == 0)
return;
draw_flush(llvmpipe->draw);
memcpy(&llvmpipe->blend_color, blend_color, sizeof *blend_color);