diff options
| author | Steve Bennetts <steve@lindenlab.com> | 2009-11-23 20:11:02 -0800 |
|---|---|---|
| committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-23 20:11:02 -0800 |
| commit | 8de68b4a58df9882a39872a873d4d0b78b433682 (patch) | |
| tree | 0fc6e002f4be34b5fd58b997a86f7221f10121ab /indra/newview/lllocationinputctrl.cpp | |
| parent | db1631e4c0986a07cb9290ff4e910ba1d15f5fe9 (diff) | |
| parent | 9135bb7b0f7d194b8ffc0db3374a7e882fe39a94 (diff) | |
Merge from product-engine
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 7e35cfa04c..9aefbcbbb0 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -188,7 +188,6 @@ LLLocationInputCtrl::LLLocationInputCtrl(const LLLocationInputCtrl::Params& p) params.rect(text_entry_rect); params.default_text(LLStringUtil::null); params.max_length_bytes(p.max_chars); - params.commit_callback.function(boost::bind(&LLComboBox::onTextCommit, this, _2)); params.keystroke_callback(boost::bind(&LLComboBox::onTextEntry, this, _1)); params.handle_edit_keys_directly(true); params.commit_on_focus_lost(false); |
