From: Debayan Sutradhar Date: Thu, 27 May 2021 19:37:35 +0530 Subject: minor refactoring --- minor refactoring --- --- 'a/src/main/java/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.java' +++ b/src/main/java/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.java @@ -47,8 +47,6 @@ public class HBoxInputBoxWithFileChooser Button button = new Button(); FontIcon fontIcon = new FontIcon("far-folder"); - //fontIcon.setIconColor(Paint.valueOf(iconColorHex)); - //fontIcon.setIconSize(iconSize); button.setGraphic(fontIcon); button.setOnAction(event -> {