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;