remove undef TASK_NONE from list_menu

This commit is contained in:
DizzyEggg 2025-01-09 19:33:45 +01:00 committed by GitHub
parent 0779c9cf49
commit 84856817b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -678,8 +678,6 @@ static void ListMenuDrawCursor(struct ListMenu *list)
}
}
#undef TASK_NONE
static u8 ListMenuAddCursorObject(struct ListMenu *list, u32 cursorObjId)
{
struct CursorStruct cursor;