Skip to content

Commit

Permalink
remove unneeded removal method
Browse files Browse the repository at this point in the history
  • Loading branch information
Algebro7 committed Sep 13, 2024
1 parent 222ce76 commit 51714d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MekHQ/src/mekhq/campaign/parts/PartInUse.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ public void addSpare(Part part) {
spares.add(part);
}

public void removeSpare(Part part) {
spares.remove(part);
}

public IAcquisitionWork getPartToBuy() {
return partToBuy;
}
Expand Down

0 comments on commit 51714d2

Please sign in to comment.