From ee0b40b9b02c69302c26946e6f4ccac86c5e5b75 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 2 Apr 2012 22:11:46 +0000 Subject: [PATCH] IDE: more clean up of unused resourcestrings git-svn-id: trunk@36535 - --- ide/lazarusidestrconsts.pas | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 48e7c7f15b..c8c7595af1 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -116,12 +116,6 @@ resourcestring lisErrNoOptionAllowed = 'Option at position %d does not allow an argument: %s'; lisErrOptionNeeded = 'Option at position %d needs an argument : %s'; - lisEnterTransla = 'Enter translation language'; - // version - lisLeaveEmptyFo = 'Leave empty for default .po file'; - lisMenuCollectPoFil = 'Collect .po files'; - lisMenuCreatePoFile = 'Create .po files'; - // command line help listhisHelpMessage = 'this help message'; lisprimaryConfigDirectoryWhereLazarusStoresItsConfig = 'primary config '+ @@ -2932,7 +2926,6 @@ resourcestring lisLazBuildTargetOS = 'Target OS:'; lisLazBuildTargetCPU = 'Target CPU:'; lisLazBuildTargetDirectory = 'Target directory:'; - lisLazBuildBuildJITForm = 'Build JITForm'; lisLazBuildRestartAfterBuild = 'Restart after building IDE'; lisLazBuildUpdateRevInc = 'Update revision.inc'; lisLazBuildCommonSettings = 'Common Settings';