chore: remove old comments

This commit is contained in:
Marc Durdin 2020-09-04 13:23:48 +10:00
parent 5f3987b988
commit 014fe72dce

View file

@ -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;