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
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-02-04 12:34:08 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-02-04 12:34:08 +0300
commit565d5282fcd35f0a2d1c64a87df7a81e26cc487b (patch)
tree6d1ff1f21d3869014f51c5a4dbf54e3130a35e4f /source
parent342f15a93bdfc8fc01a5cad067327d7998a364a5 (diff)
* remove return statement.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
index 75165817157..8a015df6def 100644
--- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c
+++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
@@ -136,7 +136,6 @@ void BPY_pyconstraint_driver(struct bPythonConstraint *con, struct bConstraintOb
}
void BPY_pyconstraint_targets(struct bPythonConstraint *con, struct bConstraintTarget *ct)
{
- return 0;
}