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/src/drawobject.c
parent50faaccf2e5cfe90cc26f440d9bd2c6361c5d429 (diff)
Lots of mingw/gcc compiler warning fixes
Diffstat (limited to 'source/blender/src/drawobject.c')
-rw-r--r--source/blender/src/drawobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c
index 83eeca5689f..b9bcf4063a3 100644
--- a/source/blender/src/drawobject.c
+++ b/source/blender/src/drawobject.c
@@ -3999,7 +3999,6 @@ static void drawnurb(Base *base, Nurb *nurb, int dt)
BevPoint *bevp= (BevPoint *)(bl+1);
int nr= bl->nr;
int skip= nu->resolu/16;
- float fac;
while (nr-->0) { /* accounts for empty bevel lists */
float ox,oy,oz; // Offset perpendicular to the curve