diff src/audio/nas/SDL_nasaudio.h @ 3821:18393b045759 SDL-ryan-multiple-audio-device

Moved NAS audio driver to 1.3 API.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 07 Oct 2006 05:56:59 +0000
parents 9dc81c6acaf5
children
line wrap: on
line diff
--- a/src/audio/nas/SDL_nasaudio.h	Sat Oct 07 05:36:36 2006 +0000
+++ b/src/audio/nas/SDL_nasaudio.h	Sat Oct 07 05:56:59 2006 +0000
@@ -46,9 +46,6 @@
     AuFlowID flow;
     AuDeviceID dev;
 
-    /* The parent process id, to detect when application quits */
-    pid_t parent;
-
     /* Raw mixing buffer */
     Uint8 *mixbuf;
     int mixlen;
@@ -60,4 +57,5 @@
     int buf_free;
 };
 #endif /* _SDL_nasaudio_h */
+
 /* vi: set ts=4 sw=4 expandtab: */