diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-02 09:28:51 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-02 09:28:51 -0700 |
commit | 2a96db96191588b7d89920a5ebc7091f6f617cdf (patch) | |
tree | 3d9a891701318dfeaad8473f298ec98e050568e3 | |
parent | fd426bafb6616491b8929ee357a5b2d40e123607 (diff) |
DD-92 : WIP : Fixed a compilation error introduced by my previous commit
-rwxr-xr-x | indra/newview/lllogchat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 0bfcea41b7..e3ed10bd50 100755 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -1021,7 +1021,6 @@ void LLLoadHistoryThread::run() if(mNewLoad) { loadHistory(mFileName, mMessages, mLoadParams); - int count = mMessages->size(); setFinished(); } } |