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:
authorStephen Swaney <sswaney@centurytel.net>2007-09-04 19:53:22 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-09-04 19:53:22 +0400
commite20e3e94ffdc9e7dbd846ed24bffdc1851cd5f41 (patch)
treed5ed1c8a8c4e8a98f73424eaf9f0a847f6d12405 /source/blender/python/api2_2x/Texture.c
parentee740fc601ec8972b798a6b03932324c96182b7c (diff)
more warning cleanup:
unused variables undefined variables discarded qualifiers
Diffstat (limited to 'source/blender/python/api2_2x/Texture.c')
-rw-r--r--source/blender/python/api2_2x/Texture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Texture.c b/source/blender/python/api2_2x/Texture.c
index 74116938df5..2f2443eef88 100644
--- a/source/blender/python/api2_2x/Texture.c
+++ b/source/blender/python/api2_2x/Texture.c
@@ -438,7 +438,10 @@ GETFUNC( getWeight1 );
GETFUNC( getWeight2 );
GETFUNC( getWeight3 );
GETFUNC( getWeight4 );
+#if 0
+/* not defined */
GETFUNC( getUsers );
+#endif
OLDSETFUNC( setDistMetric );
OLDSETFUNC( setDistNoise ); /* special case used for ".noisebasis = ... */