Remove unused variable

This commit is contained in:
Jeffrey Pfau 2014-07-10 01:02:13 -07:00
parent 55977796f3
commit c2fc2dbac3
1 changed files with 0 additions and 2 deletions

View File

@ -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--) {