From af455652560e4e22a0696c789df634ac3fc3d67c Mon Sep 17 00:00:00 2001 From: Shai Hirsch Date: Thu, 26 Jul 2001 13:03:23 +0000 Subject: [PATCH] Deleted option to use Arr_pmwx.h. File was deleted from release. --- Packages/Arrangement/include/CGAL/Arrangement_2.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Packages/Arrangement/include/CGAL/Arrangement_2.h b/Packages/Arrangement/include/CGAL/Arrangement_2.h index 2c63251087f..29d0e12dc30 100644 --- a/Packages/Arrangement/include/CGAL/Arrangement_2.h +++ b/Packages/Arrangement/include/CGAL/Arrangement_2.h @@ -49,10 +49,8 @@ #include #endif -#ifndef CGAL_ARR_USE_PMWX_OLD +#ifndef CGAL_PLANAR_MAP_WITH_INTERSECTIONS_H #include -#else -#include #endif #ifndef CGAL_IO_ARR_FILE_SCANNER_H @@ -75,11 +73,7 @@ public: typedef Planar_map_traits_wrap Traits_wrap; typedef Planar_map_2 Planar_map; typedef Pm_walk_along_line_point_location WalkPL; -#ifndef CGAL_ARR_USE_PMWX_OLD typedef Planar_map_with_intersections_2 Pmwx; -#else - typedef Arr_pmwx Pmwx; -#endif typedef typename Pmwx::Pmwx_change_notification Pmwx_change_notification; typedef Arrangement_2<_Dcel,_Traits,Base_node> Self;