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>2008-09-27 10:49:10 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-27 10:49:10 +0400
commit98b2c0626a3005b3c6a089f4174ab9f19bc965d5 (patch)
tree504935803368f339e7a82a3de3a7a8e6e027eeba /source/blender/render
parent50faaccf2e5cfe90cc26f440d9bd2c6361c5d429 (diff)
Lots of mingw/gcc compiler warning fixes
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/convertblender.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/render/intern/source/convertblender.c b/source/blender/render/intern/source/convertblender.c
index 2baa4d27448..6dc5cd45e03 100644
--- a/source/blender/render/intern/source/convertblender.c
+++ b/source/blender/render/intern/source/convertblender.c
@@ -3013,7 +3013,6 @@ static void init_render_mesh(Render *re, ObjectRen *obr, int timeoffset)
int need_orco=0, need_stress=0, need_nmap_tangent=0, need_tangent=0;
int a, a1, ok, vertofs;
int end, do_autosmooth=0, totvert = 0;
- int useFluidmeshNormals= 0; // NT fluidsim, use smoothed normals?
int use_original_normals= 0;
me= ob->data;