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:
authorTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
committerTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
commitec42d60c3d3e6d742a63eff02b9de969f9e42949 (patch)
treebd31d59548c63d3813a88b5e283cee9d1df55bf1 /source/blender/src/drawseq.c
parentff830a98f4ea675625e6c3a7fa0da4a803b94869 (diff)
Weekly cleanup in my precious blender tree :)
Unused variables, missing prototypes mostly.
Diffstat (limited to 'source/blender/src/drawseq.c')
-rw-r--r--source/blender/src/drawseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawseq.c b/source/blender/src/drawseq.c
index c4c46d39fbd..1712be12368 100644
--- a/source/blender/src/drawseq.c
+++ b/source/blender/src/drawseq.c
@@ -899,7 +899,7 @@ void drawseqspace(ScrArea *sa, void *spacedata)
SpaceSeq *sseq;
Editing *ed;
Sequence *seq;
- float col[3], i;
+ float col[3];
int ofsx, ofsy;
ed= G.scene->ed;