From 28dffc917f474f79fbda25c29966283327c729f4 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Fri, 21 Aug 2020 15:07:31 -0700 Subject: [PATCH] Removed resolved comment --- core/src/com/riiablo/screen/panel/SpellsQuickPanel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java index ffd9cad4..cec97795 100644 --- a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java +++ b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java @@ -109,7 +109,6 @@ public class SpellsQuickPanel extends Table implements Disposable, CharData.Skil HotkeyButton button = keyMappings.get(key); if (button == null) return; observer.copy(button); - // FIXME: it isn't appropriate to have this call here -- should separate into a controller Riiablo.charData.setAction(buttonId, button.getSkill()); } };