+ remove Makefile.am, remove some leftovers, avoid including unneeded headers in GCS.cpp

This commit is contained in:
wmayer
2014-12-20 14:06:54 +01:00
parent 1fa265c8ec
commit 9c101f2ffb
3 changed files with 2 additions and 316 deletions

View File

@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) J<EFBFBD>rgen Riegel (juergen.riegel@web.de) 2008 *
* Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2008 *
* *
* This file is part of the FreeCAD CAx development system. *
* *
@@ -47,7 +47,6 @@ public:
Part ::PropertyGeometryList Geometry;
Sketcher::PropertyConstraintList Constraints;
App ::PropertyLinkSubList ExternalGeometry;
const char* ss;
/** @name methods overide Feature */
//@{
/// recalculate the Feature
@@ -163,7 +162,6 @@ public:
virtual int getAxisCount(void) const;
/// retrieves an axis iterating through the construction lines of the sketch (indices start at 0)
virtual Base::Axis getAxis(int axId) const;
const char*& it(int arg1, int arg2);
protected:
/// get called by the container when a property has changed

View File

@@ -31,10 +31,7 @@
#undef _GCS_DEBUG_SOLVER_JACOBIAN_QR_DECOMPOSITION_TRIANGULAR_MATRIX
#if defined(_GCS_DEBUG) || defined(_GCS_DEBUG_SOLVER_JACOBIAN_QR_DECOMPOSITION_TRIANGULAR_MATRIX)
#include <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Exception.h>
#include <Base/TimeInfo.h>
#include <FCConfig.h>
#include <Base/Console.h>
#endif // _GCS_DEBUG