removed unused label id

This commit is contained in:
Jan-Peter Klein
2024-05-08 08:30:06 +02:00
parent 249becc25d
commit 1581a10c04
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ public class UpdatesPreferencesController implements FxController {
/* FXML */
public CheckBox checkForUpdatesCheckbox;
public Label upToDateLabel;
@Inject
UpdatesPreferencesController(Application application, Environment environment, ResourceBundle resourceBundle, Settings settings, UpdateChecker updateChecker) {