[TD] DrawD* - DrawT*: remove unused includes - part 1
- also sort includes
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "DrawHatch.h"
|
||||
|
||||
// inclusion of the generated files (generated out of DrawHatchPy.xml)
|
||||
#include <Mod/TechDraw/App/DrawHatchPy.h>
|
||||
#include <Mod/TechDraw/App/DrawHatchPy.cpp>
|
||||
|
||||
|
||||
using namespace TechDraw;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
@@ -36,12 +36,6 @@ std::string DrawHatchPy::representation() const
|
||||
return std::string("<DrawHatch object>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PyObject *DrawHatchPy::getCustomAttributes(const char* /*attr*/) const
|
||||
{
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user