diff options
| author | gwigz <gwigz@users.noreply.github.com> | 2026-06-26 13:04:49 +0100 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-06-26 20:58:37 +0300 |
| commit | d864cdeb193dbd1209be92e6dbae2755602882ce (patch) | |
| tree | 0f0b71f99769cd6f261510f4cc7875996911e797 /indra/llui/llgestureautocompletehelper.cpp | |
| parent | 14262bf5e91b801e64943470cdc62e586759d40f (diff) | |
Address post-merge feedback for gesture autocomplete
Diffstat (limited to 'indra/llui/llgestureautocompletehelper.cpp')
| -rw-r--r-- | indra/llui/llgestureautocompletehelper.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llgestureautocompletehelper.cpp b/indra/llui/llgestureautocompletehelper.cpp index ca976fff10..f00f1406e5 100644 --- a/indra/llui/llgestureautocompletehelper.cpp +++ b/indra/llui/llgestureautocompletehelper.cpp @@ -43,7 +43,6 @@ void LLGestureAutocompleteHelper::showHelper( LLUICtrl* host_ctrl, const std::vector<Row>& rows, size_t total, - const std::string& empty_text, std::function<void(std::string)> commit_cb) { if (mHelperHandle.isDead()) @@ -57,7 +56,6 @@ void LLGestureAutocompleteHelper::showHelper( setHostCtrl(host_ctrl); mRows = rows; mTotal = total; - mEmptyText = empty_text; mGestureCommitCb = commit_cb; S32 floater_x, floater_y; @@ -135,7 +133,6 @@ void LLGestureAutocompleteHelper::setHostCtrl(LLUICtrl* host_ctrl) mHostHandle.markDead(); mGestureCommitCb = {}; mRows.clear(); - mEmptyText.clear(); mTotal = 0; if (!mHelperHandle.isDead()) |
