From c720fce0f63aed93ac64103bd1d80caaeb3f1a4b Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:27:04 +1000 Subject: [PATCH] feat(windows): remove more dead comments --- .../kmshell/main/Keyman.System.UpdateStateMachine.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas index dd6fda4037..71fbdfb822 100644 --- a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas +++ b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas @@ -75,8 +75,6 @@ type procedure HandleMSIInstallComplete; function SetRegistryState(Update: TUpdateState): Boolean; - //function SetIncRegistryCount: Boolean; - //function ClearRegistryCount: Boolean; function GetAutomaticUpdates: Boolean; function SetApplyNow(Value: Boolean): Boolean; function GetApplyNow: Boolean; @@ -751,9 +749,6 @@ begin // Failed three times in this process return to the // IdleState to wait 7 days before trying again ChangeState(IdleState); - // TODO: Future could go to a RetryState which serialized the a retry count - // to disk. Then it could try launch the download again on the next - // kmshell start event. end else begin