diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-18 18:09:28 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-18 18:09:28 -0700 |
commit | cb1c85261e768c9653ed40bf6160e7cc7ca9ce74 (patch) | |
tree | a5cccd2fca9fefe4717168f108bcb8d18fe98cf5 /indra/newview/lllocationinputctrl.cpp | |
parent | c2e88db89a8ba111efd0c1b61cc8dec400a007cb (diff) | |
parent | 6c0fbdafaed93b90354b37513a3b61dee56fb8b2 (diff) |
Pull in viewer-development
Diffstat (limited to 'indra/newview/lllocationinputctrl.cpp')
-rw-r--r-- | indra/newview/lllocationinputctrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 55164f6094..5c65dcec34 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -211,7 +211,6 @@ LLLocationInputCtrl::LLLocationInputCtrl(const LLLocationInputCtrl::Params& p) { // Lets replace default LLLineEditor with LLLocationLineEditor // to make needed escaping while copying and cutting url - this->removeChild(mTextEntry); delete mTextEntry; // Can't access old mTextEntry fields as they are protected, so lets build new params |