Skip to content

Commit

Permalink
DRTVWR-599 OSX buildfix #2
Browse files Browse the repository at this point in the history
remove unused typedef
  • Loading branch information
marchcat committed Jan 9, 2024
1 parent 5b2d5a6 commit ffe0948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indra/newview/llfloaterimcontainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ffe0948

Please sign in to comment.