From 705494d7fc10fae50f70faf331966b691cfa941c Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 17 Apr 2025 14:36:52 +0200 Subject: [PATCH] start to reintegrate --- Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h index 9034d419963..b5a002a21da 100644 --- a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h +++ b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h @@ -13,7 +13,7 @@ #ifndef CGAL_DRAW_LCC_H #define CGAL_DRAW_LCC_H -#include +#include #include #include #include @@ -289,8 +289,6 @@ void add_to_graphics_scene(const CGAL_LCC_TYPE& alcc, add_to_graphics_scene(alcc, graphics_scene, gso); } -#ifdef CGAL_USE_BASIC_VIEWER - // Specialization of draw function for a LCC, with a drawing graphics scene options. template