From 014fe72dce16740b4d5f80b6993237ce91caa02b Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 4 Sep 2020 13:23:48 +1000 Subject: [PATCH] chore: remove old comments --- .../install/Keyman.Configuration.System.TIPMaintenance.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/src/desktop/kmshell/install/Keyman.Configuration.System.TIPMaintenance.pas b/windows/src/desktop/kmshell/install/Keyman.Configuration.System.TIPMaintenance.pas index 5b962e584c..407386c0c9 100644 --- a/windows/src/desktop/kmshell/install/Keyman.Configuration.System.TIPMaintenance.pas +++ b/windows/src/desktop/kmshell/install/Keyman.Configuration.System.TIPMaintenance.pas @@ -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;