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:
authorJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
committerJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
commitd86a03113d24904dd4b6227f16431eb6735aa5d7 (patch)
tree20fe62ccbf4e139ed78c83eacf7aa2097f4cafa3 /source/blender/src/parametrizer.c
parenta87b2ff22b8884449bf04a0773370a33a3a410a3 (diff)
Another purge of compiler warnings (some of which I've been getting for a while) as a warmup exercise.
Diffstat (limited to 'source/blender/src/parametrizer.c')
-rw-r--r--source/blender/src/parametrizer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/parametrizer.c b/source/blender/src/parametrizer.c
index d70d25ecd31..62a07a437b0 100644
--- a/source/blender/src/parametrizer.c
+++ b/source/blender/src/parametrizer.c
@@ -2771,8 +2771,6 @@ static void p_chart_lscm_begin(PChart *chart, PBool live, PBool abf)
#endif
if (abf) {
- PBool p_chart_abf_solve(PChart *chart);
-
if (!p_chart_abf_solve(chart))
param_warning("ABF solving failed: falling back to LSCM.\n");
}