aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-08-20 20:54:27 +0200
committerWladimir J. van der Laan <[email protected]>2014-08-20 20:54:27 +0200
commit380222411038cb4f74cbb109984c4b855b4799f6 (patch)
tree9f5aa1fbeb733724781ed219d922a9fe9746b6fa /src/wallet.h
parentMove strprintf define to tinyformat.h (diff)
downloaddiscoin-380222411038cb4f74cbb109984c4b855b4799f6.tar.xz
discoin-380222411038cb4f74cbb109984c4b855b4799f6.zip
Remove all other print() methods
All unused.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wallet.h b/src/wallet.h
index 864a635ec..34c699e97 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -824,11 +824,6 @@ public:
{
return strprintf("COutput(%s, %d, %d) [%s]", tx->GetHash().ToString(), i, nDepth, FormatMoney(tx->vout[i].nValue).c_str());
}
-
- void print() const
- {
- LogPrintf("%s\n", ToString());
- }
};