Explorar el Código

netbsd: Removed unused field.

Philipp Wiesemann hace 8 años
padre
commit
4c48260ca2
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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;