diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-20 20:54:27 +0200 |
| commit | 380222411038cb4f74cbb109984c4b855b4799f6 (patch) | |
| tree | 9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/alert.cpp | |
| parent | Move strprintf define to tinyformat.h (diff) | |
| download | discoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz discoin-380222411038cb4f74cbb109984c4b855b4799f6.zip | |
Remove all other print() methods
All unused.
Diffstat (limited to 'src/alert.cpp')
| -rw-r--r-- | src/alert.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/alert.cpp b/src/alert.cpp index 258a2b52c..2cd684cc4 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -80,11 +80,6 @@ std::string CUnsignedAlert::ToString() const strStatusBar); } -void CUnsignedAlert::print() const -{ - LogPrintf("%s", ToString()); -} - void CAlert::SetNull() { CUnsignedAlert::SetNull(); |