hw/nxagent/NXrender.c: Don't declare and assign the colors variable, if not used later on.
Amends the following compiler warning:
```
NXrender.c: In function ‘swapStops’:
NXrender.c:3036:13: warning: variable ‘colors’ set but not used [-Wunused-but-set-variable]
CARD16 *colors;
^
```
Showing
Please
register
or
sign in
to comment