mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 17:47:40 +00:00
chore: remove old comments
This commit is contained in:
parent
5f3987b988
commit
014fe72dce
1 changed files with 0 additions and 2 deletions
|
|
@ -91,7 +91,6 @@ begin
|
|||
if lang = nil then
|
||||
Exit(False);
|
||||
|
||||
// TODO: handle errors
|
||||
(lang as IKeymanKeyboardLanguageInstalled2).InstallTip(LangID, KeyboardToRemove);
|
||||
Result := True;
|
||||
end;
|
||||
|
|
@ -105,7 +104,6 @@ begin
|
|||
if lang = nil then
|
||||
Exit(False);
|
||||
|
||||
// TODO: handle errors
|
||||
(lang as IKeymanKeyboardLanguageInstalled2).RegisterTip(LangID);
|
||||
Result := True;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue