TLvlGraph: disabled left-over debug-define

git-svn-id: trunk@60875 -
This commit is contained in:
martin 2019-04-07 19:51:47 +00:00
parent 9f7ad880cd
commit 22a3926b27

View File

@ -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;