Remove unused variable
Jeffrey Pfau jeffrey@endrift.com
Thu, 10 Jul 2014 01:02:13 -0700
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
src/gba/gba-bios.c
→
src/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--) {