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/Group.c
parente0c77c0f14f6ad3a742ab7b556ccb46b1ef4fbdf (diff)
Remove gcc compiler warnings from various files.
Diffstat (limited to 'source/blender/python/api2_2x/Group.c')
-rwxr-xr-xsource/blender/python/api2_2x/Group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Group.c b/source/blender/python/api2_2x/Group.c
index faf3fc7db73..adee39030b3 100755
--- a/source/blender/python/api2_2x/Group.c
+++ b/source/blender/python/api2_2x/Group.c
@@ -352,7 +352,6 @@ PyTypeObject Group_Type = {
PyObject *M_Group_New( PyObject * self, PyObject * args )
{
char *name = "Group";
- char buf[21];
BPy_Group *py_group; /* for Group Data object wrapper in Python */
struct Group *bl_group;