[App] Origin and Part: remove unused includes
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "App/Part.h"
|
||||
|
||||
// inclusion of the generated files (generated out of PartPy.xml)
|
||||
#include "PartPy.h"
|
||||
#include "PartPy.cpp"
|
||||
@@ -37,11 +35,6 @@ std::string PartPy::representation(void) const
|
||||
return std::string("<Part object>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PyObject *PartPy::getCustomAttributes(const char* /*attr*/) const
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user