From 0a18309bfef9d50ef3eedb15fcc8a34c093b3fd7 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Mon, 23 Jun 2025 12:36:54 +0200 Subject: [PATCH] remove some leftover code --- .../gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java b/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java index d23a8b5..bad3fa5 100644 --- a/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java +++ b/src/com/gpl/rpg/atcontentstudio/ui/gamedataeditors/ItemEditor.java @@ -284,9 +284,6 @@ public class ItemEditor extends JSONElementEditor { hitAPMin = addIntegerField(hitEffectPane, "AP bonus min: ", hitEffect.ap_boost_min, true, item.writable, listener); hitAPMax = addIntegerField(hitEffectPane, "AP bonus max: ", hitEffect.ap_boost_max, true, item.writable, listener); hitSourceConditionsModel = new SourceTimedConditionsListModel(hitEffect); - final JPanel sourceTimedConditionsEditorPane = new JPanel(); - final JButton createHitSourceCondition = new JButton(new ImageIcon(DefaultIcons.getCreateIcon())); - final JButton deleteHitSourceCondition = new JButton(new ImageIcon(DefaultIcons.getNullifyIcon())); BasicLambdaWithReturn getSelected = () -> hitSourceConditionsList.getSelectedValue(); BasicLambda resetSelected = () -> {