This commit is contained in:
MoneroOcean 2020-05-23 11:13:42 -07:00
commit 51c783a313
191 changed files with 1417 additions and 2600 deletions

View file

@ -118,8 +118,6 @@ protected:
# endif
private:
inline void setPrintTime(uint32_t printTime) { if (printTime <= 3600) { m_printTime = printTime; } }
void setVerbose(const rapidjson::Value &value);
};