Removed function signature that doesn't actually exist yet.
--HG-- extra : rebase_source : ffcdb6b32d54d18c3eb02f0dd46adcdac7e7bb4a
This commit is contained in:
parent
330f7e1be3
commit
6b504a4f01
1 changed files with 0 additions and 6 deletions
|
@ -495,12 +495,6 @@ extern DECLSPEC void SDLCALL SDL_UnlockAudioDevice(SDL_AudioDeviceID dev);
|
||||||
extern DECLSPEC void SDLCALL SDL_CloseAudio(void);
|
extern DECLSPEC void SDLCALL SDL_CloseAudio(void);
|
||||||
extern DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID dev);
|
extern DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID dev);
|
||||||
|
|
||||||
/**
|
|
||||||
* \return 1 if audio device is still functioning, zero if not, -1 on error.
|
|
||||||
*/
|
|
||||||
extern DECLSPEC int SDLCALL SDL_AudioDeviceConnected(SDL_AudioDeviceID dev);
|
|
||||||
|
|
||||||
|
|
||||||
/* Ends C function definitions when using C++ */
|
/* Ends C function definitions when using C++ */
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue