NiceChart: Remove windows dependence from BSplines unit.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8850 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-06-24 22:45:44 +00:00
parent 87836a7f2b
commit d4aafe8dfc

View File

@ -37,12 +37,8 @@ Unit BSplines;
interface interface
uses windows, uses
sysutils, Sysutils, Classes, Graphics; //, Math;
classes,
Graphics,
dialogs,
Math;
const MaxFragments = 600; // The maximum of straight line segments allowed for drawing the spline const MaxFragments = 600; // The maximum of straight line segments allowed for drawing the spline
MaxResults = MaxFragments+10; // Max. number of calculated intersections MaxResults = MaxFragments+10; // Max. number of calculated intersections