mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
fix(windows): move event handler to diff PR
This commit is contained in:
parent
9c7b1a6ae6
commit
d3942412ea
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue