diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-18 15:30:40 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-18 15:30:40 -0500 |
commit | 3ac552c5048c13bc2912d25877728a057b195300 (patch) | |
tree | 009225c01efdd39ac488b90d2df67ebbc47a8df4 /indra/llui/llcombobox.h | |
parent | 5dea0791f7087f2ce2bbe2bdce49d62f1a6f1f92 (diff) | |
parent | 1875d5e37ba1591ba9b75014a7618f38427f0d2f (diff) |
merge
Diffstat (limited to 'indra/llui/llcombobox.h')
-rw-r--r-- | indra/llui/llcombobox.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index 11acdb9b8f..4f27588467 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -82,8 +82,7 @@ public: allow_new_values; Optional<S32> max_chars; Optional<commit_callback_t> prearrange_callback, - text_entry_callback, - selection_callback; + text_entry_callback; Optional<EPreferredPosition, PreferredPositionValues> list_position; @@ -200,7 +199,6 @@ public: void setPrearrangeCallback( commit_callback_t cb ) { mPrearrangeCallback = cb; } void setTextEntryCallback( commit_callback_t cb ) { mTextEntryCallback = cb; } - void setSelectionCallback( commit_callback_t cb ) { mSelectionCallback = cb; } void setButtonVisible(BOOL visible); |