diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-08-18 22:10:55 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-08-18 22:48:42 +0300 | 
| commit | 5a77098523767aa8eb48c9c88068e1c38da0f958 (patch) | |
| tree | 4a1b2bd5e933b67982b94a3c4daabbfd9be78a29 | |
| parent | cfe0ba90352c48a2b9f5006c4c8e824dc472cdc9 (diff) | |
Buildfix
# Conflicts:
#	indra/newview/llviewermenufile.cpp
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index ab98c5f50f..e1b58dde51 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1616,10 +1616,6 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url)          {              from_group = message_data["from_group"].asString() == "Y";          } -        else -        { -            from_group = message_data["from_group"].asString() == "Y"; -        }          LLIMProcessing::processNewMessage(  | 
