Remove accidentally added file

This commit is contained in:
Andreas Fabri 2024-10-02 09:09:20 +01:00
parent 41346b3555
commit d33a080988
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
// Copyright (c) 2024 GeometryFactory.
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Andreas Fabri
#ifndef CGAL_POLYGON_REPAIR_UNION_RULE_H
#define CGAL_POLYGON_REPAIR_UNION_RULE_H
#include <CGAL/license/Polygon_repair.h>
namespace CGAL {
namespace Polygon_repair {
/// \addtogroup PkgPolygonRepairRef
/// @{
/*!
Tag class to select the union rule when calling `CGAL::Polygon_repair::repair()`.
*/
struct Union_rule {};
///@}
} // namespace Polygon_repair
} // namespace CGAL
#endif // CGAL_POLYGON_REPAIR_UNION_RULE_H