From d33a080988f688ce4d4b93dc628fed121e695d2f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 2 Oct 2024 09:09:20 +0100 Subject: [PATCH] Remove accidentally added file --- .../include/CGAL/Polygon_repair/Union_rule.h | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h diff --git a/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h b/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h deleted file mode 100644 index 1e9d08fb5d7b..000000000000 --- a/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h +++ /dev/null @@ -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 - -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