mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 23:59:10 +02:00
IDE: clean up
git-svn-id: trunk@24044 -
This commit is contained in:
parent
42ecbc3588
commit
60698c0253
@ -650,9 +650,6 @@ end;
|
|||||||
function TIDEHelpDatabases.SubstituteMacros(var s: string): boolean;
|
function TIDEHelpDatabases.SubstituteMacros(var s: string): boolean;
|
||||||
begin
|
begin
|
||||||
Result:=IDEMacros.SubstituteMacros(s);
|
Result:=IDEMacros.SubstituteMacros(s);
|
||||||
DebugLn(['TIDEHelpDatabases.SubstituteMacros AAA1 ',s,' ',Result]);
|
|
||||||
Result:=IDEMacros.SubstituteMacros(s);
|
|
||||||
DebugLn(['TIDEHelpDatabases.SubstituteMacros AAA2 ',s,' ',Result]);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TIDEHelpManager }
|
{ TIDEHelpManager }
|
||||||
|
Loading…
Reference in New Issue
Block a user