fix -Wunused-variable

This commit is contained in:
wmayer
2019-09-02 15:55:58 +02:00
parent 03fac44157
commit c7affbdf23

View File

@@ -63,8 +63,8 @@ PyObject *TooltablePy::PyMake(struct _typeobject *, PyObject *, PyObject *) //
// constructor method
int TooltablePy::PyInit(PyObject* args, PyObject* /*kwd*/)
{
char *name="Tooltable";
int version = 1;
//char *name="Tooltable";
//int version = 1;
if (PyArg_ParseTuple(args, "")) {
return 0;