Kaynağa Gözat

Removed unused field in loopwavequeue program.

Found by Cppcheck.
Philipp Wiesemann 8 yıl önce
ebeveyn
işleme
89499a0836
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      test/loopwavequeue.c

+ 0 - 1
test/loopwavequeue.c

@@ -30,7 +30,6 @@ static struct
     SDL_AudioSpec spec;
     Uint8 *sound;               /* Pointer to wave data */
     Uint32 soundlen;            /* Length of wave data */
-    int soundpos;               /* Current play position */
 } wave;