mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
netbsd: Removed unused field.
This commit is contained in:
parent
7bb6b402c2
commit
4c48260ca2
@ -32,9 +32,6 @@ struct SDL_PrivateAudioData
|
|||||||
/* The file descriptor for the audio device */
|
/* The file descriptor for the audio device */
|
||||||
int audio_fd;
|
int audio_fd;
|
||||||
|
|
||||||
/* The parent process id, to detect when application quits */
|
|
||||||
pid_t parent;
|
|
||||||
|
|
||||||
/* Raw mixing buffer */
|
/* Raw mixing buffer */
|
||||||
Uint8 *mixbuf;
|
Uint8 *mixbuf;
|
||||||
int mixlen;
|
int mixlen;
|
||||||
|
Loading…
Reference in New Issue
Block a user