1.1 --- a/include/SDL_audio.h Tue Aug 06 18:19:34 2013 -0700
1.2 +++ b/include/SDL_audio.h Tue Aug 06 18:23:46 2013 -0700
1.3 @@ -495,12 +495,6 @@
1.4 extern DECLSPEC void SDLCALL SDL_CloseAudio(void);
1.5 extern DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID dev);
1.6
1.7 -/**
1.8 - * \return 1 if audio device is still functioning, zero if not, -1 on error.
1.9 - */
1.10 -extern DECLSPEC int SDLCALL SDL_AudioDeviceConnected(SDL_AudioDeviceID dev);
1.11 -
1.12 -
1.13 /* Ends C function definitions when using C++ */
1.14 #ifdef __cplusplus
1.15 }