removed 3 unused vars.

Kent
This commit is contained in:
Kent Mein 2004-10-06 14:35:08 +00:00
parent 1f8749959c
commit d5e1d1844a

@ -1050,8 +1050,6 @@ PyObject* KX_GameObject::PySetOrientation(PyObject* self,
PyObject* kwds)
{
PyObject* pylist;
bool error = false;
int row,col;
if (PyArg_ParseTuple(args,"O",&pylist))
{