From d3942412eaae006c2c72a0ab6dbbc45b2209e6cc Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:23:19 +1000 Subject: [PATCH] fix(windows): move event handler to diff PR --- .../src/desktop/kmshell/main/Keyman.System.DownloadUpdate.pas | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows/src/desktop/kmshell/main/Keyman.System.DownloadUpdate.pas b/windows/src/desktop/kmshell/main/Keyman.System.DownloadUpdate.pas index a90d6a217e..6ee1d454f3 100644 --- a/windows/src/desktop/kmshell/main/Keyman.System.DownloadUpdate.pas +++ b/windows/src/desktop/kmshell/main/Keyman.System.DownloadUpdate.pas @@ -29,8 +29,6 @@ type * download process. *) function DoDownloadUpdates(SavePath: string; Params: TUpdateCheckResponse): Boolean; - // pseduo code name this something more appropriate - //procedure MyEventHandler(const Message: string; Position: Int64; Total: Int64); public @@ -102,7 +100,6 @@ var http.Request.Agent := API_UserAgent; http.Request.SetURL(url); - //http.OnStatus := myeventhandler; http.Upload; if http.Response.StatusCode = 200 then begin