summaryrefslogtreecommitdiffstats
path: root/source/cWebAdmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWebAdmin.cpp')
-rw-r--r--source/cWebAdmin.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/cWebAdmin.cpp b/source/cWebAdmin.cpp
index cd663d7b6..efac32866 100644
--- a/source/cWebAdmin.cpp
+++ b/source/cWebAdmin.cpp
@@ -59,12 +59,6 @@ cWebAdmin::~cWebAdmin()
delete m_Event;
}
-void ReplaceString( std::string & a_HayStack, const std::string & a_Needle, const std::string & a_ReplaceWith )
-{
- size_t pos1 = a_HayStack.find( a_Needle );
- a_HayStack.replace( pos1, a_Needle.size(), a_ReplaceWith );
-}
-
void cWebAdmin::AddPlugin( cWebPlugin* a_Plugin )
{
m_Plugins.remove( a_Plugin );