move replace_all function to base/string.h
[enigma2.git] / lib / gui / esubtitle.h
index 1635e6de3ef6831148cd377aa11347e84919fa87..c88df0e689509bb1013a5a9208f04bba4e9b7f12 100644 (file)
@@ -58,7 +58,6 @@ private:
        gRegion m_visible_region;
 
        ePtr<gPixmap> m_pixmap;  // pixmap to paint on next evtPaint
-       std::string replace_all(const std::string &in, const std::string &entity, const std::string &symbol);
 };
 
 #endif