Remove all other print() methods

All unused.
This commit is contained in:
Wladimir J. van der Laan
2014-08-20 20:54:27 +02:00
parent 9b6d4c5cdc
commit 3802224110
10 changed files with 0 additions and 51 deletions

View File

@@ -80,11 +80,6 @@ std::string CUnsignedAlert::ToString() const
strStatusBar);
}
void CUnsignedAlert::print() const
{
LogPrintf("%s", ToString());
}
void CAlert::SetNull()
{
CUnsignedAlert::SetNull();