Skip to content

Commit

Permalink
feat(windows): remove more dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-swag committed Dec 16, 2024
1 parent b79ac58 commit c720fce
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ TUpdateStateMachine = class
procedure HandleMSIInstallComplete;

function SetRegistryState(Update: TUpdateState): Boolean;
//function SetIncRegistryCount: Boolean;
//function ClearRegistryCount: Boolean;
function GetAutomaticUpdates: Boolean;
function SetApplyNow(Value: Boolean): Boolean;
function GetApplyNow: Boolean;
Expand Down Expand Up @@ -751,9 +749,6 @@ procedure DownloadingState.Enter;
// 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
Expand Down

0 comments on commit c720fce

Please sign in to comment.