diff --git a/RetroFE/Source/Graphics/Page.cpp b/RetroFE/Source/Graphics/Page.cpp index 9e7c9a0..f7301ff 100644 --- a/RetroFE/Source/Graphics/Page.cpp +++ b/RetroFE/Source/Graphics/Page.cpp @@ -142,11 +142,6 @@ void Page::onNewItemSelected(Item *item) menu->setNewItemSelected(); } - if(unloadSoundChunk_) - { - unloadSoundChunk_->play(); - } - for(unsigned int i = 0; i < NUM_LAYERS; ++i) { for(std::vector::iterator it = LayerComponents[i].begin(); it != LayerComponents[i].end(); ++it)