- Removed obsolete ::execute method, instead relying on the util.cpp variant.
This commit is contained in:
Paul Beckingham 2014-08-30 23:53:59 -04:00
parent 7a765b186e
commit 60260fb813
2 changed files with 9 additions and 67 deletions

View file

@ -49,7 +49,6 @@ public:
private:
std::vector <std::string> scripts (const std::string&);
int execute (const std::string&, const std::string&, std::string&);
private:
std::vector <std::string> _scripts;