diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-09-06 12:05:59 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-09-06 12:05:59 +0300 |
commit | 324f3e6fd089354d26e33e63543402c0053b9845 (patch) | |
tree | 8a26408c63f4ca13402855ec072180ae38f92a0d /indra/newview/lltoastpanel.cpp | |
parent | c72547adc31e0965f29ec1b520525705e32402f3 (diff) |
SL-11315 Build fix (removed not yet existing state)
Diffstat (limited to 'indra/newview/lltoastpanel.cpp')
-rw-r--r-- | indra/newview/lltoastpanel.cpp | 4 |
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, |