diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-12-04 13:57:24 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-12-04 13:57:24 +0800 |
| commit | ac052bed7f9f97efc63f0a0322214d4dcdcd5664 (patch) | |
| tree | 64886d29de1e5de6664e731deec4637ee3b556dc /indra/newview/llavatarpropertiesprocessor.cpp | |
| parent | 82d6c7f08e66b21e5f4d737eaf65629fde366780 (diff) | |
Revert "Legacy search floater"
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.cpp')
| -rw-r--r-- | indra/newview/llavatarpropertiesprocessor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp index a2e81ed255..7dce627044 100644 --- a/indra/newview/llavatarpropertiesprocessor.cpp +++ b/indra/newview/llavatarpropertiesprocessor.cpp @@ -473,8 +473,6 @@ void LLAvatarPropertiesProcessor::processClassifiedInfoReply(LLMessageSystem* ms // Request processed, no longer pending self->removePendingRequest(c_info.creator_id, APT_CLASSIFIED_INFO); self->notifyObservers(c_info.creator_id, &c_info, APT_CLASSIFIED_INFO); - self->removePendingRequest(c_info.classified_id, APT_CLASSIFIED_INFO); - self->notifyObservers(c_info.classified_id, &c_info, APT_CLASSIFIED_INFO); } |
