Skip to content

Commit

Permalink
+ remove Makefile.am, remove some leftovers, avoid including unneeded…
Browse files Browse the repository at this point in the history
… headers in GCS.cpp
  • Loading branch information
wwmayer committed Dec 20, 2014
1 parent d486f33 commit 6af1186
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 316 deletions.
309 changes: 0 additions & 309 deletions src/Mod/Part/App/Makefile.am

This file was deleted.

4 changes: 1 addition & 3 deletions src/Mod/Sketcher/App/SketchObject.h
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) J�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. *
* *
Expand Down Expand Up @@ -47,7 +47,6 @@ class SketcherExport SketchObject : public Part::Part2DObject
Part ::PropertyGeometryList Geometry;
Sketcher::PropertyConstraintList Constraints;
App ::PropertyLinkSubList ExternalGeometry;
const char* ss;
/** @name methods overide Feature */
//@{
/// recalculate the Feature
Expand Down Expand Up @@ -163,7 +162,6 @@ class SketcherExport SketchObject : public Part::Part2DObject
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
Expand Down
5 changes: 1 addition & 4 deletions src/Mod/Sketcher/App/freegcs/GCS.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 6af1186

Please sign in to comment.