Remove gcc compiler warnings from various files.

This commit is contained in:
Ken Hughes
2007-03-11 17:31:27 +00:00
parent e0c77c0f14
commit d60b05254d
6 changed files with 17 additions and 20 deletions

View File

@@ -213,7 +213,6 @@ static PyObject *M_Camera_New( PyObject * self, PyObject * args,
static char *kwlist[] = { "type_str", "name_str", NULL };
PyObject *pycam; /* for Camera Data object wrapper in Python */
Camera *blcam; /* for actual Camera Data we create in Blender */
char buf[21];
/* Parse the arguments passed in by the Python interpreter */
if( !PyArg_ParseTupleAndKeywords( args, kwords, "|ss", kwlist,