summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-07-25 16:15:18 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-07-26 13:43:20 +0300
commit8ae0e6c07a8272c04d8a0f122e6204cf24f547af (patch)
treecd7d2cabb175d824f67658c5a875214a58e9bd35 /indra/newview/llpanelface.cpp
parenta620e58daccf92b5b8d61347312739720ed2b51a (diff)
viewer#2102 Update feature notification to notify about Favorites
and remove old notifications
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rw-r--r--indra/newview/llpanelface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 38af68bfff..c8e876ee7a 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -505,10 +505,6 @@ LLPanelFace::~LLPanelFace()
void LLPanelFace::onVisibilityChange(BOOL new_visibility)
{
- if (new_visibility)
- {
- gAgent.showLatestFeatureNotification("gltf");
- }
LLPanel::onVisibilityChange(new_visibility);
}