diff src/audio/alsa/SDL_alsa_audio.h @ 3627:631173ffd68f

Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 10 Jan 2010 07:40:12 +0000
parents 4e83cdb58134
children f7b03b6838cb
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.h	Sun Jan 10 06:32:41 2010 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.h	Sun Jan 10 07:40:12 2010 +0000
@@ -36,9 +36,6 @@
     /* The audio device handle */
     snd_pcm_t *pcm_handle;
 
-    /* The parent process id, to detect when application quits */
-    pid_t parent;
-
     /* Raw mixing buffer */
     Uint8 *mixbuf;
     int mixlen;