r600: Remove unused variable.
Silences the following GCC warning. evergreen_state.c: In function 'evergreenSetBlendState': evergreen_state.c:341: warning: unused variable 'id'
This commit is contained in:
@@ -338,7 +338,6 @@ static void evergreenSetBlendState(GLcontext * ctx) //diff : CB_COLOR_CONTROL, C
|
||||
{
|
||||
context_t *context = EVERGREEN_CONTEXT(ctx);
|
||||
EVERGREEN_CHIP_CONTEXT *evergreen = GET_EVERGREEN_CHIP(context);
|
||||
int id = 0;
|
||||
uint32_t blend_reg = 0, eqn, eqnA;
|
||||
|
||||
EVERGREEN_STATECHANGE(context, cb);
|
||||
|
||||
Reference in New Issue
Block a user