Cleanup: warnings, ws
This commit is contained in:
@@ -483,9 +483,6 @@ bool BMO_iter_map_value_bool(BMOIter *iter);
|
||||
ele; \
|
||||
BM_CHECK_TYPE_ELEM_ASSIGN(ele) = BMO_iter_step(iter))
|
||||
|
||||
/******************* Inlined Functions********************/
|
||||
typedef void (*opexec)(BMesh *bm, BMOperator *op);
|
||||
|
||||
extern const int BMO_OPSLOT_TYPEINFO[BMO_OP_SLOT_TOTAL_TYPES];
|
||||
|
||||
int BMO_opcode_from_opname(const char *opname);
|
||||
|
@@ -497,7 +497,6 @@ static PyObject *gPyCreateConstraint(PyObject *self,
|
||||
/* FIXME - physicsid is a long being cast to a pointer, should at least use PyCapsule */
|
||||
unsigned long long physicsid = 0, physicsid2 = 0;
|
||||
int constrainttype = 0;
|
||||
int len = PyTuple_Size(args);
|
||||
int flag = 0;
|
||||
float pivotX = 0.0f, pivotY = 0.0f, pivotZ = 0.0f, axisX = 0.0f, axisY = 0.0f, axisZ = 0.0f;
|
||||
|
||||
|
Reference in New Issue
Block a user