diff options
| author | James Cook <james@lindenlab.com> | 2010-06-02 15:21:46 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-06-02 15:21:46 -0700 |
| commit | b34eee98d1cd542777a9fc28b1e1d2e3a0de24e5 (patch) | |
| tree | cdb7fb124ce9867b6cd54a2d57a1380cb45e6841 /indra/newview/llimview.cpp | |
| parent | a282ffedf444462b71f5abc7aeac47768e7344e7 (diff) | |
DEV-50451 Fix names in local chat history loading, again
Switch to new serialization format, change filename so old viewers
don't get confused if the user switches back. Reviewed with Richard
Diffstat (limited to 'indra/newview/llimview.cpp')
| -rw-r--r-- | indra/newview/llimview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 00e7537b8b..d0bb98fc8c 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -71,11 +71,6 @@ #include "llviewerparcelmgr.h" -const static std::string IM_TIME("time"); -const static std::string IM_TEXT("message"); -const static std::string IM_FROM("from"); -const static std::string IM_FROM_ID("from_id"); - const static std::string NO_SESSION("(IM Session Doesn't Exist)"); const static std::string ADHOC_NAME_SUFFIX(" Conference"); |
