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:
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
+}