remove incorrect placeholder from before interrupts were in place

This commit is contained in:
Jorj Bauer 2021-01-11 19:26:56 -05:00
parent 8a35cb0b85
commit 821559b091
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ void Mouse::maintainMouse(int64_t cycleCount)
lastButtonForInt = g_mouse->getButton();
}
}
/* FIXME: still need button */
}
bool Mouse::isEnabled()