mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-27 17:07:30 +01:00
TLvlGraph: disabled left-over debug-define
git-svn-id: trunk@60875 -
This commit is contained in:
parent
9f7ad880cd
commit
22a3926b27
@ -9,6 +9,8 @@
|
|||||||
for details about the license.
|
for details about the license.
|
||||||
}
|
}
|
||||||
unit LvlGraphCtrl;
|
unit LvlGraphCtrl;
|
||||||
|
{off $DEFINE LvlGraphConsistencyCheck}
|
||||||
|
{off $DEFINE CheckMinXGraph}
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
@ -25,7 +27,6 @@ uses
|
|||||||
type
|
type
|
||||||
TLazCtrlPalette = array of TFPColor;
|
TLazCtrlPalette = array of TFPColor;
|
||||||
|
|
||||||
{off $DEFINE CheckMinXGraph}
|
|
||||||
const
|
const
|
||||||
DefaultLvlGraphNodeImageEffect = gdeNormal;
|
DefaultLvlGraphNodeImageEffect = gdeNormal;
|
||||||
type
|
type
|
||||||
@ -3070,7 +3071,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TLvlGraph.CreateTopologicalLevels(HighLevels: boolean);
|
procedure TLvlGraph.CreateTopologicalLevels(HighLevels: boolean);
|
||||||
{$DEFINE LvlGraphConsistencyCheck}
|
|
||||||
var
|
var
|
||||||
ExtNodes: TAvlTree; // tree of TGraphLevelerNode sorted by Node
|
ExtNodes: TAvlTree; // tree of TGraphLevelerNode sorted by Node
|
||||||
MaxLevel: Integer;
|
MaxLevel: Integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user