Commit 4c48260ca268038855a730e5f427088119dd4dda

Philipp Wiesemann 2017-06-29T23:00:18

netbsd: Removed unused field.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/audio/netbsd/SDL_netbsdaudio.h b/src/audio/netbsd/SDL_netbsdaudio.h
index 7da2780..cb7abab 100644
--- a/src/audio/netbsd/SDL_netbsdaudio.h
+++ b/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;