Skip to content

Commit

Permalink
Merge pull request #2085 from DizzyEggg/patch-4
Browse files Browse the repository at this point in the history
remove undef TASK_NONE from list_menu
  • Loading branch information
mrgriffin authored Jan 9, 2025
2 parents 0779c9c + 8485681 commit 1c765d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/list_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ static void ListMenuDrawCursor(struct ListMenu *list)
}
}

#undef TASK_NONE

static u8 ListMenuAddCursorObject(struct ListMenu *list, u32 cursorObjId)
{
struct CursorStruct cursor;
Expand Down

0 comments on commit 1c765d1

Please sign in to comment.