summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastpanel.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-09-06 16:13:38 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-09-06 16:13:38 +0300
commit469cdfd23e64889a2dfea6defd57ec78392f8723 (patch)
tree65fca60bacd02b72775e87a1dd2e8c1b4e550994 /indra/newview/lltoastpanel.cpp
parentc3bd256f3340e9223b8855368648f3925760c0b4 (diff)
parent324f3e6fd089354d26e33e63543402c0053b9845 (diff)
Upstream merge from viewer-neko
Diffstat (limited to 'indra/newview/lltoastpanel.cpp')
-rw-r--r--indra/newview/lltoastpanel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp
index 977c6ac802..d69f918a54 100644
--- a/indra/newview/lltoastpanel.cpp
+++ b/indra/newview/lltoastpanel.cpp
@@ -173,10 +173,6 @@ void LLCheckBoxToastPanel::setCheckBoxes(const S32 &h_pad, const S32 &v_pad, LLV
{
setCheckBox(LLNotifications::instance().getGlobalString("alwayschoose"), ignore_label, boost::bind(&LLCheckBoxToastPanel::onCommitCheckbox, this, _1), h_pad, v_pad, parent_view);
}
- else if (form->getIgnoreType() == LLNotificationForm::IGNORE_MEDIA_PLAYMUTE)
- {
- setCheckBox(LLNotifications::instance().getGlobalString("alwayschoose"), ignore_label, boost::bind(&LLCheckBoxToastPanel::onCommitCheckbox, this, _1), h_pad, v_pad, parent_view);
- }
}
bool LLCheckBoxToastPanel::setCheckBox(const std::string& check_title,