From 9ae9914dde06bc1786c0dc89717f2662f8d06947 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Mon, 23 Jun 2025 21:29:09 +0200 Subject: [PATCH] cleanup --- .../ui/gamedataeditors/NPCEditor.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/NPCEditor.java b/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/NPCEditor.java index 30813c9..3ae095d 100644 --- a/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/NPCEditor.java +++ b/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/NPCEditor.java @@ -180,20 +180,6 @@ public class NPCEditor extends JSONElementEditor { pane.add(combatTraitPane, JideBoxLayout.FIX); } - - public void updateHitSourceTimedConditionWidgets(Common.TimedActorConditionEffect condition) { - hitEffectPane.updateEffectSourceTimedConditionWidgets(condition); - } - - - public void updateHitTargetTimedConditionWidgets(Common.TimedActorConditionEffect condition) { - hitEffectPane.updateHitTargetTimedConditionWidgets(condition); - } - - public void updateDeathSourceTimedConditionWidgets(Common.TimedActorConditionEffect condition) { - deathEffectPane.updateEffectSourceTimedConditionWidgets(condition); - } - public static class TargetTimedConditionsListModel extends OrderedListenerListModel { public TargetTimedConditionsListModel(Common.HitEffect effect) { super(effect);