Skip to content

Commit

Permalink
Remove redundant imports in CampaignGUI.java
Browse files Browse the repository at this point in the history
Removed unused imports for PercentageRandomDivorce and PercentageRandomMarriage. This cleanup improves code readability and reduces unnecessary dependencies in the CampaignGUI class.
  • Loading branch information
IllianiCBT committed Sep 25, 2024
1 parent 52d0cdc commit b42aca4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MekHQ/src/mekhq/gui/CampaignGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
import mekhq.campaign.personnel.death.AgeRangeRandomDeath;
import mekhq.campaign.personnel.death.ExponentialRandomDeath;
import mekhq.campaign.personnel.death.PercentageRandomDeath;
import mekhq.campaign.personnel.divorce.PercentageRandomDivorce;
import mekhq.campaign.personnel.enums.*;
import mekhq.campaign.personnel.marriage.PercentageRandomMarriage;
import mekhq.campaign.personnel.divorce.RandomDivorce;
import mekhq.campaign.personnel.enums.*;
import mekhq.campaign.personnel.marriage.RandomMarriage;
Expand Down

0 comments on commit b42aca4

Please sign in to comment.