浏览代码

netbsd: Removed unused field.

Philipp Wiesemann 8 年之前
父节点
当前提交
4c48260ca2
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/audio/netbsd/SDL_netbsdaudio.h

+ 0 - 3
src/audio/netbsd/SDL_netbsdaudio.h

@@ -32,9 +32,6 @@ struct SDL_PrivateAudioData
     /* The file descriptor for the audio device */
     int audio_fd;
 
-    /* The parent process id, to detect when application quits */
-    pid_t parent;
-
     /* Raw mixing buffer */
     Uint8 *mixbuf;
     int mixlen;