summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-01-09 21:19:07 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-01-09 21:19:52 +0200
commitffe0948b4a28abb1def26dabd32b292d413e55d1 (patch)
tree3e9211447be2ab9722096e251c9ddc35ec9de8b7 /indra/newview
parent5b2d5a68542833fc2d89cc2917a378d63853975a (diff)
DRTVWR-599 OSX buildfix #2
remove unused typedef
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp
index 92c54d2ffe..8f12abe7a5 100644
--- a/indra/newview/llfloaterimcontainer.cpp
+++ b/indra/newview/llfloaterimcontainer.cpp
@@ -804,7 +804,6 @@ void LLFloaterIMContainer::setVisible(BOOL visible)
void LLFloaterIMContainer::getDetachedConversationFloaters(floater_list_t& floaters)
{
- typedef conversations_widgets_map::value_type conv_pair;
LLFloaterIMNearbyChat *nearby_chat = LLFloaterReg::findTypedInstance<LLFloaterIMNearbyChat>("nearby_chat");
for (const auto& [key, fvi] : mConversationsWidgets)