style cleanup - remove unneeded ';'s

This commit is contained in:
Campbell Barton
2012-03-08 03:05:57 +00:00
parent 1c91d62c7e
commit 640d766370
25 changed files with 57 additions and 56 deletions

View File

@@ -620,7 +620,7 @@ void KX_NavMeshObject::DrawPath(const float *path, int pathLen, const MT_Vector3
}
#ifndef DISABLE_PYTHON
#ifdef WITH_PYTHON
//----------------------------------------------------------------------------
//Python
@@ -718,4 +718,4 @@ KX_PYMETHODDEF_DOC_NOARGS(KX_NavMeshObject, rebuild,
Py_RETURN_NONE;
}
#endif // DISABLE_PYTHON
#endif // WITH_PYTHON