removal of a case that is already included

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2013-03-23 13:28:07 +01:00
parent 111ebae585
commit e6e357be9b
1 changed files with 0 additions and 4 deletions

View File

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