mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
audio: Removed debug logging.
This commit is contained in:
parent
323ecce123
commit
2be5f726d4
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ static void DisconnectLogicalAudioDevice(SDL_LogicalAudioDevice *logdev)
|
|||
if (SDL_EventEnabled(SDL_EVENT_AUDIO_DEVICE_REMOVED)) {
|
||||
SDL_Event event;
|
||||
SDL_zero(event);
|
||||
SDL_Log("Sending event about loss of logical device #%u", (unsigned int) logdev->instance_id);
|
||||
event.type = SDL_EVENT_AUDIO_DEVICE_REMOVED;
|
||||
event.common.timestamp = 0;
|
||||
event.adevice.which = logdev->instance_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue