all repos — mgba @ c2fc2dbac3be82175238357464f59112c16f1f94

mGBA Game Boy Advance Emulator

Remove unused variable
Jeffrey Pfau jeffrey@endrift.com
Thu, 10 Jul 2014 01:02:13 -0700
commit

c2fc2dbac3be82175238357464f59112c16f1f94

parent

55977796f35735f606f301b20f4b09ec621cc0c1

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M src/gba/gba-bios.csrc/gba/gba-bios.c

@@ -26,8 +26,6 @@ float sx, sy;

float theta; int offset = cpu->gprs[0]; int destination = cpu->gprs[1]; - int diff = cpu->gprs[3]; - UNUSED(diff); // Are we supposed to use this? float a, b, c, d; float rx, ry; while (i--) {