text: Remove unneeded casts

This commit is contained in:
tgsm 2023-12-25 17:24:58 -06:00
parent cd206e3927
commit 28d550a2e6

View File

@ -292,9 +292,6 @@ static u16 *LoadScreenFocusIndicatorGraphics(void) {
}
void RenderScreenFocusIndicatorTile(TextPrinter *printer, u32 unusedX, u32 unusedY, u16 fieldNum) {
(void)unusedX;
(void)unusedY;
Window *window = printer->template.window;
if (printer->unk30 == NULL) {