Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2007-03-11 20:31:27 +0300
committerKen Hughes <khughes@pacific.edu>2007-03-11 20:31:27 +0300
commitd60b05254d636698b63466afd7f4c1c9c2ec080d (patch)
tree3fe8d919edc9adac2bd5b7bdcd964c509010f59d /source/blender/python/api2_2x/Text.c
parente0c77c0f14f6ad3a742ab7b556ccb46b1ef4fbdf (diff)
Remove gcc compiler warnings from various files.
Diffstat (limited to 'source/blender/python/api2_2x/Text.c')
-rw-r--r--source/blender/python/api2_2x/Text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Text.c b/source/blender/python/api2_2x/Text.c
index d06cd963687..18532f2596f 100644
--- a/source/blender/python/api2_2x/Text.c
+++ b/source/blender/python/api2_2x/Text.c
@@ -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 */