소스 검색

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;