mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-01 00:50:28 +00:00
text: Remove unneeded casts
This commit is contained in:
parent
cd206e3927
commit
28d550a2e6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user