mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:29:29 +02:00
IDE: clean up
git-svn-id: trunk@17977 -
This commit is contained in:
parent
306d26ad9a
commit
df78688646
@ -285,7 +285,6 @@ procedure TCompOptConditionals.CreateDiff(CompOpts: TLazCompOptConditionals;
|
||||
i: Integer;
|
||||
OldPath: String;
|
||||
begin
|
||||
DebugLn(['Diff Cur=',CurNode.Value,' Other=',OtherNode.Value,' Cur=',dbgs(CurNode),' Other=',dbgs(OtherNode)]);
|
||||
Tool.AddDiff('NodeType',COCNodeTypeNames[CurNode.NodeType],COCNodeTypeNames[OtherNode.NodeType]);
|
||||
Tool.AddDiff('ValueType',COCValueTypeNames[CurNode.ValueType],COCValueTypeNames[OtherNode.ValueType]);
|
||||
Tool.AddDiff('Value',CurNode.Value,OtherNode.Value);
|
||||
@ -302,7 +301,6 @@ procedure TCompOptConditionals.CreateDiff(CompOpts: TLazCompOptConditionals;
|
||||
end;
|
||||
|
||||
begin
|
||||
DebugLn(['TCompOptConditionals.CreateDiff Self=',dbgs(Self),' CompOpts=',dbgs(CompOpts)]);
|
||||
Diff(Root,CompOpts.Root);
|
||||
end;
|
||||
|
||||
|
@ -41,8 +41,8 @@ uses
|
||||
Classes, SysUtils, FileUtil, LCLProc, Forms, Controls, Buttons, LResources,
|
||||
ExtCtrls, StdCtrls, Spin, Dialogs, PathEditorDlg, IDEProcs, IDEWindowIntf,
|
||||
IDEDialogs, MacroIntf,
|
||||
LazarusIDEStrConsts, BrokenDependenciesDlg, PackageDefs, PackageSystem,
|
||||
CompilerOptions;
|
||||
LazarusIDEStrConsts,
|
||||
BrokenDependenciesDlg, PackageDefs, PackageSystem, CompilerOptions;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user