diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index e89b2bc55b..caa32a77b1 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -2703,17 +2703,6 @@ void LLAgent::endAnimationUpdateUI() // clean up UI from mode we're leaving if (gAgentCamera.getLastCameraMode() == CAMERA_MODE_MOUSELOOK ) { - // FIRE-33958: clear out any visible toasts/group notices before leaving mouselook - LLNotificationsUI::LLScreenChannel* channel = dynamic_cast( - LLNotificationsUI::LLChannelManager::getInstance()->findChannelByID(LLNotificationsUI::NOTIFICATION_CHANNEL_UUID) - ); - - if(channel) - { - channel->removeAndStoreAllStorableToasts(); - } - // - // Unhide chat bar, unless autohide is enabled gSavedSettings.setBOOL("MouseLookEnabled", false); if(!gSavedSettings.getBOOL("AutohideChatBar")) @@ -2876,17 +2865,6 @@ void LLAgent::endAnimationUpdateUI() //--------------------------------------------------------------------- if (gAgentCamera.getCameraMode() == CAMERA_MODE_MOUSELOOK) { - // FIRE-33958: clear out any visible toasts/group notices before entering mouselook - LLNotificationsUI::LLScreenChannel* channel = dynamic_cast( - LLNotificationsUI::LLChannelManager::getInstance()->findChannelByID(LLNotificationsUI::NOTIFICATION_CHANNEL_UUID) - ); - - if(channel) - { - channel->removeAndStoreAllStorableToasts(); - } - // - // FIRE-8868: Show UI in mouselook if(!gSavedSettings.getBOOL("FSShowInterfaceInMouselook")) {