From 5f524f72680168fc7849524b1edb50099e57880b Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 12 Mar 2018 21:58:06 +0000 Subject: [PATCH] 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 - --- components/lazutils/translations.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/lazutils/translations.pas b/components/lazutils/translations.pas index d5c19b1245..e1e33c9c4a 100644 --- a/components/lazutils/translations.pas +++ b/components/lazutils/translations.pas @@ -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;