mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 21:19:53 +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.
|
||||
}
|
||||
unit LvlGraphCtrl;
|
||||
{off $DEFINE LvlGraphConsistencyCheck}
|
||||
{off $DEFINE CheckMinXGraph}
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -25,7 +27,6 @@ uses
|
||||
type
|
||||
TLazCtrlPalette = array of TFPColor;
|
||||
|
||||
{off $DEFINE CheckMinXGraph}
|
||||
const
|
||||
DefaultLvlGraphNodeImageEffect = gdeNormal;
|
||||
type
|
||||
@ -3070,7 +3071,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TLvlGraph.CreateTopologicalLevels(HighLevels: boolean);
|
||||
{$DEFINE LvlGraphConsistencyCheck}
|
||||
var
|
||||
ExtNodes: TAvlTree; // tree of TGraphLevelerNode sorted by Node
|
||||
MaxLevel: Integer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user