mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 02:09:21 +02:00
LazBuild: Remove TransferMacrosIntf reference.
This commit is contained in:
parent
a6933c07a9
commit
e2b3713821
@ -44,7 +44,7 @@ uses
|
||||
CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,
|
||||
// IDE
|
||||
InitialSetupProc, ExtToolsConsole, CompilerOptions,
|
||||
ApplicationBundle, TransferMacrosIntf, TransferMacros, EnvironmentOpts, IDETranslations,
|
||||
ApplicationBundle, TransferMacros, EnvironmentOpts, IDETranslations,
|
||||
LazarusIDEStrConsts, IDECmdLine, MiscOptions, Project, LazConf, PackageDefs,
|
||||
PackageLinks, PackageSystem, InterPkgConflictFiles, BuildLazDialog,
|
||||
BuildProfileManager, BuildManager, BaseBuildManager, ModeMatrixOpts;
|
||||
@ -1448,7 +1448,7 @@ begin
|
||||
FreeThenNil(LazPackageLinks);
|
||||
FreeThenNil(TheCompiler);
|
||||
FreeAndNil(ExtToolConsole);
|
||||
FreeThenNil(TransferMacrosIntf.GlobalMacroList);
|
||||
FreeThenNil(GlobalMacroList);
|
||||
FreeThenNil(IDEMacros);
|
||||
FreeThenNil(MiscellaneousOptions);
|
||||
FreeThenNil(EnvironmentOptions);
|
||||
|
Loading…
Reference in New Issue
Block a user