aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <weiss@jade.(none)>2008-08-14 14:14:33 +0100
committerThomas White <weiss@jade.(none)>2008-08-14 14:14:33 +0100
commit3f30bd7f8ca165fa43ab6c6c472d529cfa00ad31 (patch)
tree7c490b8a0fbb07972de27a62eaa2b74440027272
parent877a8718f419efe6bfef4ba248741c1233e22a1d (diff)
Remove vestigial 'ppp' variable
-rw-r--r--src/audio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio.c b/src/audio.c
index 2a7cd37..11c983c 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -25,8 +25,6 @@
#include "types.h"
-int ppp = 0;
-
static void audio_mix(void *data, Uint8 *stream8, int len) {
AudioContext *a = data;