Skip to content

Commit

Permalink
qnx: Fixed setting a field twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 7, 2017
1 parent 1683a0c commit fb9c293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/qsa/SDL_qsa_audio.c
Expand Up @@ -745,7 +745,6 @@ QSA_Init(SDL_AudioDriverImpl * impl)
impl->LockDevice = NULL;
impl->UnlockDevice = NULL;

impl->OnlyHasDefaultOutputDevice = 0;
impl->ProvidesOwnCallbackThread = 0;
impl->SkipMixerLock = 0;
impl->HasCaptureSupport = 1;
Expand Down

0 comments on commit fb9c293

Please sign in to comment.