Commit c2cb0b0ff4f8b9cb25e2b7ea551ab8bd84a63753

Philipp Wiesemann 2016-09-30T23:31:24

iOS: Removed unused constant in demo.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Xcode-iOS/Demos/src/mixer.c b/Xcode-iOS/Demos/src/mixer.c
index 30d7e47..81f0166 100644
--- a/Xcode-iOS/Demos/src/mixer.c
+++ b/Xcode-iOS/Demos/src/mixer.c
@@ -9,7 +9,6 @@
 
 #define NUM_CHANNELS 8          /* max number of sounds we can play at once */
 #define NUM_DRUMS 4             /* number of drums in our set */
-#define MILLESECONDS_PER_FRAME 16       /* about 60 frames per second */
 
 static struct
 {