Don't need to initialize mMetadata

Cinders 2013-10-08 08:10:16 -06:00
parent 2c6808d62e
commit 0f50ea367a
1 changed files with 1 additions and 4 deletions

View File

@ -75,10 +75,7 @@ LLStreamingAudio_FMODEX::LLStreamingAudio_FMODEX(FMOD::System *system) :
mSystem(system),
mCurrentInternetStreamp(NULL),
mFMODInternetStreamChannelp(NULL),
mGain(1.0f),
// <FS:CR> Streamtitle display
mMetadata(NULL)
// </FS:CR> Streamtitle display
mGain(1.0f)
{
// Number of milliseconds of audio to buffer for the audio card.
// Must be larger than the usual Second Life frame stutter time.