diff --git a/src/gba/gba-bios.c b/src/gba/gba-bios.c index bd0308c9b..c5738ef9b 100644 --- a/src/gba/gba-bios.c +++ b/src/gba/gba-bios.c @@ -26,8 +26,6 @@ static void _BgAffineSet(struct GBA* gba) { 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--) {