diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-16 19:20:56 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-16 19:20:56 -0800 |
commit | 9a33ed34b473e937904c5e3157ccf64e5748da1a (patch) | |
tree | e7f3c7560f278db6410fe9c392c0f19e3027a93e /indra/llui/llcombobox.h | |
parent | ce3b90566a1ec658b09e9800c39a5997da8f6c6e (diff) | |
parent | dd4a4409cd074e5b6747a3bc7dcbfebac4e6ba9f (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 6285ca5170..1aafbf93d3 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); |