From 9c7b1a6ae6ddedbceff48ecb37a805e591abcaee Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:19:34 +1000 Subject: [PATCH] fix(windows): remove dead code --- .../desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas index b43b742aa3..c50ecf14db 100644 --- a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas +++ b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas @@ -774,9 +774,7 @@ end; procedure UpdateAvailableState.HandleInstallNow; begin bucStateContext.SetApplyNow(True); - //ChangeState(DownloadingState); - // we will use a new kmshell process to enable - // the download as background process. + // A new kmshell process will be used to download StartDownloadProcess; end;