This commit is contained in:
Mostafa-ashraf19 2022-10-04 11:19:31 +02:00
parent c052c1f204
commit 7a7f39f2e8
1 changed files with 5 additions and 11 deletions

View File

@ -1,11 +1,11 @@
// Copyright (c) 2022 GeometryFactory Sarl (France).
// Copyright (c) 2018 CNRS and LIRIS' Establishments (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
@ -25,12 +25,6 @@
namespace CGAL {
// CGAL::IO::Color face_color(const DS &aVal, face_handle dh) const {
// CGAL::Random random((unsigned int)(aVal.darts().index(dh)));
// return get_random_color(random);
// }
namespace draw_function_for_lcc
{