From 329aabf466ed9ce7c0807905863c0b7111ef6875 Mon Sep 17 00:00:00 2001 From: Michal Meyerovitch Date: Mon, 8 May 2006 07:48:17 +0000 Subject: [PATCH] removed is_vertical_3 since it is not in the concept. --- .../include/CGAL/Envelope_spheres_traits_3.h | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/Envelope_3/include/CGAL/Envelope_spheres_traits_3.h b/Envelope_3/include/CGAL/Envelope_spheres_traits_3.h index 390b1c7e152..3781a4f5994 100644 --- a/Envelope_3/include/CGAL/Envelope_spheres_traits_3.h +++ b/Envelope_3/include/CGAL/Envelope_spheres_traits_3.h @@ -1034,27 +1034,6 @@ public: /***************************************************************************/ - // checks if xy-monotone surface is vertical - // since we only deal with spheres, which are never vertical - // we always return false - class Is_vertical_3 - { - public: - bool operator()(const Xy_monotone_surface_3& s) const - - { - return false; - } - }; - - /*! Get a Is_vertical_3 functor object. */ - Is_vertical_3 is_vertical_3_object() const - { - return Is_vertical_3(); - } - - /***************************************************************************/ - // public method needed for testing // checks if point is in the xy-range of surf