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();