瀏覽代碼

Removed unused field in loopwavequeue program.

Found by Cppcheck.
Philipp Wiesemann 8 年之前
父節點
當前提交
89499a0836
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;