From 8cb694af892794f4babec76670fe5fc7f9f98b70 Mon Sep 17 00:00:00 2001 From: Cinder Date: Fri, 18 Jul 2014 16:49:56 -0600 Subject: [PATCH] Orphaned local function --- indra/newview/llmediafilter.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/indra/newview/llmediafilter.cpp b/indra/newview/llmediafilter.cpp index 7920edf8c..b1eba3c31 100644 --- a/indra/newview/llmediafilter.cpp +++ b/indra/newview/llmediafilter.cpp @@ -43,14 +43,6 @@ bool handle_audio_filter_callback(const LLSD& notification, const LLSD& response bool handle_media_filter_callback(const LLSD& notification, const LLSD& response, LLParcel* parcel); std::string extractDomain(const std::string& in_url); -void reportToChat(const std::string& message) -{ - LLChat chat; - chat.mText = message; - chat.mSourceType = CHAT_SOURCE_SYSTEM; - LLFloaterChat::addChat(chat, FALSE, FALSE); -} - LLMediaFilter::LLMediaFilter() { loadMediaFilterFromDisk();