Source code cleanup

This commit is contained in:
van Elst, Marcus
2026-04-21 10:38:16 +02:00
parent 202088d1d3
commit 6babdd226e
5 changed files with 1 additions and 12 deletions
@@ -2159,12 +2159,6 @@ public final class GuiConfigurationEditorWorkspace {
return label;
}
private Label textLabel(String text) {
Label label = new Label(text);
label.setWrapText(true);
return label;
}
private void showStatusMessage(String message) {
statusLabel.setText(message);
statusLabel.setVisible(true);