Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Backed out changeset 9fea506e48ab
Browse files Browse the repository at this point in the history
Sam beat me to this on a different branch, apparently.
  • Loading branch information
icculus committed Feb 20, 2013
1 parent 9ae8cc5 commit ef2dc47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/audio/SDL_audio.c
Expand Up @@ -577,11 +577,6 @@ SDL_AudioInit(const char *driver_name)
driver_name = SDL_getenv("SDL_AUDIODRIVER");
}

/* Older versions of SDL had a different name for the PulseAudio target. */
if (driver_name && (SDL_strcmp(driver_name, "pulse") == 0)) {
driver_name = "pulseaudio";
}

for (i = 0; (!initialized) && (bootstrap[i]); ++i) {
/* make sure we should even try this driver before doing so... */
const AudioBootStrap *backend = bootstrap[i];
Expand Down

0 comments on commit ef2dc47

Please sign in to comment.