diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-21 23:13:44 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-01-21 23:18:18 +0200 |
commit | bdedaf58726dd1c2565766fddd5f3795586f4054 (patch) | |
tree | efa5706e4e5b738ca969d67b5b4b85a6509743b9 /indra/newview/llfloaterimsession.cpp | |
parent | 5629062ce73603e725b4e805a24d807920cd3145 (diff) |
SL-14728 Im session without id should be closable
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
-rw-r--r-- | indra/newview/llfloaterimsession.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index a4ab1af9a8..48e2b8dc14 100644 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -160,7 +160,6 @@ void LLFloaterIMSession::onClickCloseBtn(bool) else { LL_WARNS() << "Empty session with id: " << (mSessionID.asString()) << LL_ENDL; - return; } LLFloaterIMSessionTab::onClickCloseBtn(); |