Removed resolved comment

This commit is contained in:
Collin Smith 2020-08-21 15:07:31 -07:00
parent 9b874036b8
commit 28dffc917f

View File

@ -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());
}
};