diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-14 14:49:43 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-14 14:49:43 +0300 |
commit | 77aac9579170369a11f0884e16bd730f8cbb8bdb (patch) | |
tree | ec5dfe7a608ee2ccdb4cf2d121fa1c81c7102045 /indra/newview/llfloateravatarrendersettings.h | |
parent | 54ffa6a23d093af8932f8978d3c1a420153f7997 (diff) |
SL-15297 performance floater ui update
Diffstat (limited to 'indra/newview/llfloateravatarrendersettings.h')
-rw-r--r-- | indra/newview/llfloateravatarrendersettings.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloateravatarrendersettings.h b/indra/newview/llfloateravatarrendersettings.h index 00ee074f17..2e0a844afd 100644 --- a/indra/newview/llfloateravatarrendersettings.h +++ b/indra/newview/llfloateravatarrendersettings.h @@ -48,7 +48,6 @@ public: void onAvatarListRightClick(LLUICtrl* ctrl, S32 x, S32 y); void updateList(); - void onFilterEdit(const std::string& search_string); void onCustomAction (const LLSD& userdata, const LLUUID& av_id); bool isActionChecked(const LLSD& userdata, const LLUUID& av_id); void onClickAdd(const LLSD& userdata); @@ -59,15 +58,12 @@ public: static void setNeedsUpdate(); private: - bool isHiddenRow(const std::string& av_name); void callbackAvatarPicked(const uuid_vec_t& ids, S32 visual_setting); void removePicker(); bool mNeedsUpdate; LLListContextMenu* mContextMenu; LLNameListCtrl* mAvatarSettingsList; - - std::string mNameFilter; }; |