Path: Several fixes suggested by wmayer

This commit is contained in:
Yorik van Havre
2015-07-14 12:23:40 -03:00
parent 42afedc4ba
commit 8b09e708e2
6 changed files with 12 additions and 11 deletions

View File

@@ -58,7 +58,6 @@ PyObject *ToolPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Pytho
// constructor method
int ToolPy::PyInit(PyObject* args, PyObject* kwd)
{
PyObject *pos;
char *name="Default tool";
char *type = "Undefined";
char *mat = "Undefined";