mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
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:
parent
e96b311037
commit
8cf7eaf3ff
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue