diff --git a/CGAL_Core/include/CGAL/CORE/poly/Poly.h b/CGAL_Core/include/CGAL/CORE/poly/Poly.h index bd7e8f167b8..c51f5ff37b7 100644 --- a/CGAL_Core/include/CGAL/CORE/poly/Poly.h +++ b/CGAL_Core/include/CGAL/CORE/poly/Poly.h @@ -109,12 +109,6 @@ public: static const Polynomial & polyZero(); static const Polynomial & polyUnity(); - static int NT_TYPE; // NT_TYPE = 1 if NT is integer type (int,long,BigInt) - // NT_TYPE = 2 if NT is BigFloat - // NT_TYPE = 3 if NT is BigRat - // NT_TYPE = 4 if NT is Expr - // Hack? NT_TYPE is needed for root bounds, etc. - // Constructors: Polynomial(void); // the Zero Polynomial Polynomial(int n); // construct the Unit Polynomial of nominal deg n>=0