IDE: removed unused resourcestrings

git-svn-id: trunk@37366 -
This commit is contained in:
maxim 2012-05-20 13:35:54 +00:00
parent 0e9c12c306
commit f37444fe98
2 changed files with 1 additions and 5 deletions

View File

@ -423,7 +423,7 @@ begin
if Fits('PseudoTerminal', lisMenuViewPseudoTerminal) then exit;
if Fits('Threads', lisMenuViewThreads) then exit;
if Fits('DbgHistory', lisMenuViewHistory) then exit;
if Fits('ComponentList', lisFPComponents) then exit;
if Fits('ComponentList', lisCmpLstComponents) then exit;
Result:=ALayout.FormCaption;
end;

View File

@ -4223,10 +4223,6 @@ resourcestring
lisProjInspRemovedRequiredPackages = 'Removed required packages';
lisProjInspProjectInspector = 'Project Inspector - %s';
// Find palette component dialog
lisFPFindPaletteComponent = 'Find palette component';
lisFPComponents = 'Components';
// components list form
lisCmpLstComponents = 'Components';
lisCmpLstList = 'List';