summaryrefslogtreecommitdiff
path: root/indra/newview/lloverlaybar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lloverlaybar.cpp')
-rw-r--r--indra/newview/lloverlaybar.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/indra/newview/lloverlaybar.cpp b/indra/newview/lloverlaybar.cpp
index 32ae42363b..27de489446 100644
--- a/indra/newview/lloverlaybar.cpp
+++ b/indra/newview/lloverlaybar.cpp
@@ -308,27 +308,6 @@ void LLOverlayBar::refresh()
{
mMusicRemote->setVisible(TRUE);
mMusicRemote->setEnabled(TRUE);
-
- S32 musicPlaying = gAudiop->isInternetStreamPlaying();
-
- if ( musicPlaying == 0 ) // stopped
- {
- mMusicRemote->setTransportState ( LLMediaRemoteCtrl::Stop, FALSE );
- }
- else
- if ( musicPlaying == 1 ) // playing
- {
- mMusicRemote->setTransportState ( LLMediaRemoteCtrl::Play, FALSE );
- if (gAudiop)
- {
- gAudiop->setInternetStreamGain ( gSavedSettings.getF32 ( "AudioLevelMusic" ) );
- }
- }
- else
- if ( musicPlaying == 2 ) // paused
- {
- mMusicRemote->setTransportState ( LLMediaRemoteCtrl::Stop, FALSE );
- }
}
}