diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2009-10-29 16:22:56 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2009-10-29 16:22:56 +0200 |
commit | 8c9819f946765cb54a163f4eb7f3d19115d46bb4 (patch) | |
tree | 46f3c5cd7e7a2b79860bfc0f71a3cb570b891e32 /indra/newview | |
parent | f04c96c540c6c1fe8d5f3b11e223d29d407f0e9f (diff) |
Removed unnecessary string which occasionaly appeared after merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llavatarlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llavatarlist.cpp b/indra/newview/llavatarlist.cpp index 05a1f75e01..65a2b8b5e6 100644 --- a/indra/newview/llavatarlist.cpp +++ b/indra/newview/llavatarlist.cpp @@ -106,7 +106,6 @@ LLAvatarList::LLAvatarList(const Params& p) LLAvatarList::~LLAvatarList() { delete mLITUpdateTimer; - mShowIcons = gSavedSettings.getBOOL(mIconParamName); } void LLAvatarList::setShowIcons(std::string param_name) |