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