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

@@ -144,7 +144,6 @@ static PyObject *Text_repr( BPy_Text * self );
static PyObject *M_Text_New( PyObject * self, PyObject * args)
{
char *name = "Text";
char buf[21];
int follow = 0;
Text *bl_text; /* blender text object */
PyObject *py_text; /* python wrapper */