Merge pull request #2085 from DizzyEggg/patch-4
Some checks failed
CI / build (push) Has been cancelled

remove undef TASK_NONE from list_menu
This commit is contained in:
Martin Griffin 2025-01-09 19:29:09 +00:00 committed by GitHub
commit 1c765d1126
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;