Remove unused files

removed unnecessary doxygen files
This commit is contained in:
mosfet80
2026-01-19 13:29:52 +01:00
committed by Chris Hennes
parent 8af563804c
commit fa97300ec6
3 changed files with 0 additions and 70 deletions

View File

@@ -1,36 +0,0 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
/***************************************************************************
* Copyright (c) 2003 Werner Mayer <wmayer[at]users.sourceforge.net> *
* *
* 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
*/

View File

@@ -127,7 +127,6 @@ SET(MeshGui_SRCS
${ViewProvider_SRCS}
AppMeshGui.cpp
Command.cpp
Doxygen.cpp
PreCompiled.h
MeshEditor.cpp
MeshEditor.h

View File

@@ -1,33 +0,0 @@
/***************************************************************************
* Copyright (c) 2007 Werner Mayer <wmayer[at]users.sourceforge.net> *
* *
* 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......
*/