Skip to content

Commit

Permalink
Following 6655d24. Can actually completely remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed May 20, 2012
1 parent d613b99 commit e341868
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mythtv/libs/libmyth/audio/audiooutputpulse.cpp
Expand Up @@ -34,12 +34,6 @@ AudioOutputPulseAudio::AudioOutputPulseAudio(const AudioSettings &settings) :
for (unsigned int i = 0; i < PA_CHANNELS_MAX; ++i)
volume_control.values[i] = PA_VOLUME_MUTED;

// FIXME What's this all about? It's a const method, it doesn't modify the
// state and we ignore the result
char *pulse_host = ChooseHost();
delete[] pulse_host;
//

InitSettings(settings);
if (settings.init)
Reconfigure(settings);
Expand Down

0 comments on commit e341868

Please sign in to comment.