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>2003-08-14 19:18:45 +0400
committerKent Mein <mein@cs.umn.edu>2003-08-14 19:18:45 +0400
commitabede3ca04c162b5221120f7e93eafcd8c97e347 (patch)
tree51c94520e32bb68d75fb10067fea0c0e029339bc /source/blender/src/editsound.c
parent80f3d5863e92308ed6267d82c13d9aaf62938fc9 (diff)
A little more cleanup, removed a bunch of unused vars in the code.
Trying to get rid of some of the extra warnings we can ignore ;) Kent
Diffstat (limited to 'source/blender/src/editsound.c')
-rw-r--r--source/blender/src/editsound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editsound.c b/source/blender/src/editsound.c
index 27a68a76153..29942926d5f 100644
--- a/source/blender/src/editsound.c
+++ b/source/blender/src/editsound.c
@@ -101,7 +101,6 @@ void winqreadsoundspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
{
unsigned short event= evt->event;
short val= evt->val;
- char ascii= evt->ascii;
float dx, dy;
int doredraw= 0, cfra, first = 0;
short mval[2];