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:
authorPeter Schlaile <peter@schlaile.de>2006-06-10 00:23:56 +0400
committerPeter Schlaile <peter@schlaile.de>2006-06-10 00:23:56 +0400
commitc7471a534ef7c9835fd08addf5be310b8260b78c (patch)
treedf5958d9c4804d6f2fdaa7acbba9a9a078be33e5 /source/blender/src/seqaudio.c
parentf78be8bdcd295dab18a45825b981405520a53805 (diff)
==Sequencer==
- removed wav_spec, that isn't used at all, fixing a warning message
Diffstat (limited to 'source/blender/src/seqaudio.c')
-rw-r--r--source/blender/src/seqaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/seqaudio.c b/source/blender/src/seqaudio.c
index 0ce88b0cb43..afa0c8d6dd1 100644
--- a/source/blender/src/seqaudio.c
+++ b/source/blender/src/seqaudio.c
@@ -88,7 +88,6 @@ void audio_fill(void *mixdown, Uint8 *sstream, int len);
/* ************ GLOBALS ************* */
static int audio_pos;
-static SDL_AudioSpec wav_spec;
static int audio_scrub=0;
static int audio_playing=0;
/////