diff --git a/indra/newview/fscommon.cpp b/indra/newview/fscommon.cpp index 6e003ced24..b927967678 100644 --- a/indra/newview/fscommon.cpp +++ b/indra/newview/fscommon.cpp @@ -142,16 +142,6 @@ std::string formatString(std::string text, const LLStringUtil::format_map_t& arg return text; } -LLPanelPeople* getPeoplePanel() -{ - LLPanel* panel_people = LLFloaterSidePanelContainer::getPanel("people", "panel_people"); - if (panel_people) - { - return dynamic_cast(panel_people); - } - return NULL; -} - S32 FSCommon::secondsSinceEpochFromString(const std::string& format, const std::string& str) { // LLDateUtil::secondsSinceEpochFromString does not handle time, only the date. diff --git a/indra/newview/fscommon.h b/indra/newview/fscommon.h index 29e8037fac..641de10007 100644 --- a/indra/newview/fscommon.h +++ b/indra/newview/fscommon.h @@ -42,7 +42,6 @@ void reportToNearbyChat(const std::string& message); std::string applyAutoCloseOoc(const std::string& message); std::string applyMuPose(const std::string& message); std::string formatString(std::string text, const LLStringUtil::format_map_t& args); -LLPanelPeople* getPeoplePanel(); namespace FSCommon {