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:
authorKent Mein <mein@cs.umn.edu>2002-10-30 03:27:48 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 03:27:48 +0300
commitdf6b70a9ca07b81f5c21d9d4e7014a379f9e0809 (patch)
tree78d0ef810a24de08416d29e899c1ef2001613d4d /source/blender/src/editnla.c
parentca3392a3107964365524e0c93348623992594ae0 (diff)
removed some unused variables
Diffstat (limited to 'source/blender/src/editnla.c')
-rw-r--r--source/blender/src/editnla.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/editnla.c b/source/blender/src/editnla.c
index 54ee4682c0e..1691d279ffd 100644
--- a/source/blender/src/editnla.c
+++ b/source/blender/src/editnla.c
@@ -397,7 +397,6 @@ static void add_nlablock(short mval[2])
Base *base;
bAction *act=NULL;
bActionStrip *strip;
- int foundsel=0;
float ymin, ymax;
float x, y;
rctf rectf;
@@ -1735,4 +1734,4 @@ static void delete_nlachannels(void){
}
}
}
-} \ No newline at end of file
+}