mirror of https://github.com/CGAL/cgal
removal of a case that is already included
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
111ebae585
commit
e6e357be9b
|
|
@ -2119,10 +2119,6 @@ private:
|
|||
Bounded_side bs =
|
||||
side_of_bounded_square(p.point(), q.point(), r.point(), t.point());
|
||||
|
||||
if (bs != ON_BOUNDARY) {
|
||||
return (bs == ON_UNBOUNDED_SIDE) ? POSITIVE : NEGATIVE;
|
||||
}
|
||||
|
||||
switch(bs) {
|
||||
case ON_UNBOUNDED_SIDE:
|
||||
CGAL_SDG_DEBUG(std::cout
|
||||
|
|
|
|||
Loading…
Reference in New Issue