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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-07-05 05:44:32 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-07-05 05:44:32 +0400
commit3328cf0d2df10b1ae3329bb3852be23e4aaec681 (patch)
tree5d9ebd82544df927c965f9f5d69baf8d8f327d37 /source/blender/python/api2_2x/World.c
parentaa820ec42094c2799ca618d3ee174993358c9573 (diff)
Exppython: small update to fix a warning and a compile problem.
Diffstat (limited to 'source/blender/python/api2_2x/World.c')
-rw-r--r--source/blender/python/api2_2x/World.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/World.c b/source/blender/python/api2_2x/World.c
index feb94c91037..af819c968c7 100644
--- a/source/blender/python/api2_2x/World.c
+++ b/source/blender/python/api2_2x/World.c
@@ -55,7 +55,7 @@
/* Python World_Type callback function prototypes: */
/*****************************************************************************/
static void World_DeAlloc (BPy_World *self);
-static int World_Print (BPy_World *self, FILE *fp, int flags);
+//static int World_Print (BPy_World *self, FILE *fp, int flags);
static int World_SetAttr (BPy_World *self, char *name, PyObject *v);
static int World_Compare (BPy_World *a, BPy_World *b);
static PyObject *World_GetAttr (BPy_World *self, char *name);