summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-03-29 21:30:40 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-03-31 23:16:10 +0300
commita106d6cf78833a3e24f8d478807f6363e4af5652 (patch)
tree3630c96162886b2854b4e3765d2eac5394fa98bd /indra/llui/llnotifications.cpp
parentb2d339ff066340add19092a3f79b3f48d5ade957 (diff)
SL-13182 Turn on openmp paralellization on Windows
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r--indra/llui/llnotifications.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 06ec648178..34f25ad9fa 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1784,11 +1784,6 @@ LLNotificationPtr LLNotifications::find(LLUUID uuid)
}
}
-void LLNotifications::forEachNotification(NotificationProcess process)
-{
- std::for_each(mItems.begin(), mItems.end(), process);
-}
-
std::string LLNotifications::getGlobalString(const std::string& key) const
{
GlobalStringMap::const_iterator it = mGlobalStrings.find(key);