From abf9359bbedf3af065adbb5157293fb8e4bbae11 Mon Sep 17 00:00:00 2001 From: Liny Date: Sat, 22 Jan 2011 13:40:24 -0800 Subject: [PATCH] Removing leftover old code that isnt used. --- indra/newview/chatbar_as_cmdline.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/indra/newview/chatbar_as_cmdline.cpp b/indra/newview/chatbar_as_cmdline.cpp index 1d2d7b3d2b..9dd336b8dd 100644 --- a/indra/newview/chatbar_as_cmdline.cpp +++ b/indra/newview/chatbar_as_cmdline.cpp @@ -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(mNotifyHandlers["nearbychat"].get()); - if(handle) - { - handle->processChat(chat, LLSD()); - } - LLNearbyChat* nearby_chat = LLFloaterReg::getTypedInstance("nearby_chat", LLSD()); - if(nearby_chat) - { - nearby_chat->addMessage(chat); - }*/ }