Remove Config::init. It's not needed.

This commit is contained in:
JoelKatz
2012-08-14 16:00:03 -07:00
parent 36fb085114
commit d3bce70e86
3 changed files with 7 additions and 12 deletions

View File

@@ -101,7 +101,6 @@ public:
// Client behavior
int ACCOUNT_PROBE_MAX; // How far to scan for accounts.
void init();
void setup(const std::string& strConf);
void load();
};