diff options
author | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2016-09-30 23:31:24 +0200 |
---|---|---|
committer | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2016-09-30 23:31:24 +0200 |
commit | 38b6a1dd7f2c9dbff53956c76434e4f4f4105f66 (patch) | |
tree | 2f133aed77279bd59421b9ed1da89c8d6f8f2f67 /Xcode-iOS | |
parent | c0a8d0d61138c1c4d98b57536f5c61ecb2aec04b (diff) |
iOS: Removed unused constant in demo.
Diffstat (limited to 'Xcode-iOS')
-rw-r--r-- | Xcode-iOS/Demos/src/mixer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xcode-iOS/Demos/src/mixer.c b/Xcode-iOS/Demos/src/mixer.c index 30d7e47940..81f0166f85 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 { |