meow-7.2.2
Liny 2011-01-22 13:41:12 -08:00
commit 8833ee09ec
1 changed files with 0 additions and 10 deletions

View File

@ -1377,14 +1377,4 @@ void cmdline_printchat(std::string message)
LLSD args;
args["type"] = LLNotificationsUI::NT_NEARBYCHAT;
LLNotificationsUI::LLNotificationManager::instance().onChat(chat, args);
/*LLNearbyChatHandler* handle = dynamic_cast<LLNearbyChatHandler*>(mNotifyHandlers["nearbychat"].get());
if(handle)
{
handle->processChat(chat, LLSD());
}
LLNearbyChat* nearby_chat = LLFloaterReg::getTypedInstance<LLNearbyChat>("nearby_chat", LLSD());
if(nearby_chat)
{
nearby_chat->addMessage(chat);
}*/
}