netbsd: Removed unused field.

This commit is contained in:
Philipp Wiesemann 2017-06-29 23:00:18 +02:00
parent 22ab12da37
commit 2ff012ab3d

View file

@ -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;