LazUtils: translations.pas unit: removed commented out code for context assigning, it will never be used, especially in CleanUp method

git-svn-id: trunk@57501 -
This commit is contained in:
maxim 2018-03-12 21:58:06 +00:00
parent 7a791c20dc
commit 5f524f7268

View File

@ -1697,11 +1697,6 @@ begin
aPoItem.PreviousID := '';
FModified := true;
end;
// is Context of some use ?
{if aPoItem.Context = '' then begin
aPoItem.Context := aPoItem.IdentifierLow;
FModified := True;
end;}
end;
end;