mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 20:05:34 +00:00
chore(windows): remove merge issue
This commit is contained in:
parent
72b526d302
commit
e83ecc28f9
1 changed files with 0 additions and 8 deletions
|
|
@ -147,14 +147,6 @@ begin
|
|||
Result := API_Protocol + '://' + API_Server + path;
|
||||
end;
|
||||
|
||||
function DefaultServersXMLTags: string;
|
||||
begin
|
||||
Result := Format('<keyman-com>%s</keyman-com><api-keyman-com>%s</api-keyman-com>', [
|
||||
XMLEncode(KeymanCom_Protocol_Server),
|
||||
XMLEncode(MakeAPIURL(''))
|
||||
]);
|
||||
end;
|
||||
|
||||
function URLPath_PackageDownload(const PackageID, BCP47: string; IsUpdate: Boolean): string;
|
||||
var
|
||||
IsUpdateInt: Integer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue