Преглед на файлове

iOS: Removed unused constant in demo.

Philipp Wiesemann преди 9 години
родител
ревизия
c2cb0b0ff4
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Xcode-iOS/Demos/src/mixer.c

+ 0 - 1
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
 {