diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-07-25 16:15:18 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-26 13:43:20 +0300 |
commit | 8ae0e6c07a8272c04d8a0f122e6204cf24f547af (patch) | |
tree | cd7d2cabb175d824f67658c5a875214a58e9bd35 /indra/newview/llpanelface.cpp | |
parent | a620e58daccf92b5b8d61347312739720ed2b51a (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.cpp | 4 |
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); } |