mirror of https://github.com/CGAL/cgal
Incomplete renaming in last changes...
This commit is contained in:
parent
36af1c17f4
commit
d1b461350b
|
|
@ -387,13 +387,10 @@ public:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
// This does not actually remove points, and further insertions
|
bool success = remove_(p, 0, false, 0, false, root(), equal_to_p);
|
||||||
// would make the points reappear, so we disallow it.
|
|
||||||
removed_ = true;
|
|
||||||
|
|
||||||
CGAL_assertion_code(bool success = )
|
|
||||||
remove_(p, 0, false, 0, false, root(), equal);
|
|
||||||
CGAL_assertion(success);
|
CGAL_assertion(success);
|
||||||
|
|
||||||
|
removed_ |= success;
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
template<class Equal>
|
template<class Equal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue