mirror of https://github.com/mgba-emu/mgba.git
Remove unused variable
This commit is contained in:
parent
55977796f3
commit
c2fc2dbac3
|
@ -26,8 +26,6 @@ static void _BgAffineSet(struct GBA* gba) {
|
||||||
float theta;
|
float theta;
|
||||||
int offset = cpu->gprs[0];
|
int offset = cpu->gprs[0];
|
||||||
int destination = cpu->gprs[1];
|
int destination = cpu->gprs[1];
|
||||||
int diff = cpu->gprs[3];
|
|
||||||
UNUSED(diff); // Are we supposed to use this?
|
|
||||||
float a, b, c, d;
|
float a, b, c, d;
|
||||||
float rx, ry;
|
float rx, ry;
|
||||||
while (i--) {
|
while (i--) {
|
||||||
|
|
Loading…
Reference in New Issue