Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgar committed Nov 30, 2023
1 parent cb9e664 commit ddcd422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/actions/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const itemTypeSortValues: Record<string, number> = {
};

export function getActorActions(actor: Actor5e): ActorActions {
const actorRollData = actor.getRollData();

const filteredItems = actor.items
.filter(isItemInActionList)
.sort((a: Item5e, b: Item5e) => {
Expand Down

0 comments on commit ddcd422

Please sign in to comment.