- I2PControlService::LoadConfig : not used anymore

This commit is contained in:
hagen 2016-01-21 07:46:17 +00:00
parent 2cace0008e
commit 928abf7094
2 changed files with 1 additions and 31 deletions

View file

@ -81,9 +81,6 @@ namespace client
private:
void LoadConfig ();
void SaveConfig ();
void Run ();
void Accept ();
void HandleAccept(const boost::system::error_code& ecode, std::shared_ptr<ssl_socket> socket);
@ -99,7 +96,6 @@ namespace client
boost::filesystem::path GetPath () const { return i2p::util::filesystem::GetDefaultDataDir() / I2P_CONTROL_PATH; };
void CreateCertificate ();
private: