Browse Source

Removed unused field in loopwavequeue program.

Found by Cppcheck.
Philipp Wiesemann 8 năm trước cách đây
mục cha
commit
89499a0836
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;