From fa97300ec6d3c652fd1d13d8595dc915f879b374 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 19 Jan 2026 13:29:52 +0100 Subject: [PATCH] Remove unused files removed unnecessary doxygen files --- src/Mod/Mesh/App/Doxygen.cpp | 36 --------------------------------- src/Mod/Mesh/Gui/CMakeLists.txt | 1 - src/Mod/Mesh/Gui/Doxygen.cpp | 33 ------------------------------ 3 files changed, 70 deletions(-) delete mode 100644 src/Mod/Mesh/App/Doxygen.cpp delete mode 100644 src/Mod/Mesh/Gui/Doxygen.cpp diff --git a/src/Mod/Mesh/App/Doxygen.cpp b/src/Mod/Mesh/App/Doxygen.cpp deleted file mode 100644 index 7860b81855..0000000000 --- a/src/Mod/Mesh/App/Doxygen.cpp +++ /dev/null @@ -1,36 +0,0 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later - -/*************************************************************************** - * Copyright (c) 2003 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - - -/*! \namespace Mesh - \brief The namespace of the Mesh Application layer library -*/ - -/*! \namespace MeshCore - \brief The namespace of the Mesh Core library -*/ - -/*! \namespace Wm4 - \brief The namespace of the WildMagic library -*/ diff --git a/src/Mod/Mesh/Gui/CMakeLists.txt b/src/Mod/Mesh/Gui/CMakeLists.txt index 1fa6b2fd1c..372f4551ea 100644 --- a/src/Mod/Mesh/Gui/CMakeLists.txt +++ b/src/Mod/Mesh/Gui/CMakeLists.txt @@ -127,7 +127,6 @@ SET(MeshGui_SRCS ${ViewProvider_SRCS} AppMeshGui.cpp Command.cpp - Doxygen.cpp PreCompiled.h MeshEditor.cpp MeshEditor.h diff --git a/src/Mod/Mesh/Gui/Doxygen.cpp b/src/Mod/Mesh/Gui/Doxygen.cpp deleted file mode 100644 index 81704c42c8..0000000000 --- a/src/Mod/Mesh/Gui/Doxygen.cpp +++ /dev/null @@ -1,33 +0,0 @@ -/*************************************************************************** - * Copyright (c) 2007 Werner Mayer * - * * - * This file is part of the FreeCAD CAx development system. * - * * - * This library is free software; you can redistribute it and/or * - * modify it under the terms of the GNU Library General Public * - * License as published by the Free Software Foundation; either * - * version 2 of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this library; see the file COPYING.LIB. If not, * - * write to the Free Software Foundation, Inc., 59 Temple Place, * - * Suite 330, Boston, MA 02111-1307, USA * - * * - ***************************************************************************/ - - -/*! \namespace MeshGui - \brief The namespace of the Mesh Graphical interface layer library - - This namespace includes the graphical interface of FreeCAD such as: - - The main window - - 3D View - - Tree - - and so on...... -*/