diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-09 22:43:09 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-09 22:43:09 +0300 |
commit | 825b4339db535c2672fd5b8779d142f093aec974 (patch) | |
tree | a12e3f061b1718bcabfdcb2d0d0c785527a0e686 | |
parent | e8a5c06dc47bbd1965c852890446f9d8b9d2c68b (diff) |
Fixed a build issue in llpanellogin.cpp
-rwxr-xr-x | indra/newview/llpanellogin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index ac0519a2fd..34f3bbf73e 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -297,8 +297,6 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, username_combo->setCommitCallback(boost::bind(&LLPanelLogin::onClickConnect, this)); } - mUsernameLength = iter->first.length(); - updateLoginButtons(); void LLPanelLogin::addFavoritesToStartLocation() { // Clear the combo. |