aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-03 11:30:52 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-05-04 17:41:13 +0000
commitcae1a682678e94015ff89be2c6fa6484c8ef6fbe (patch)
tree2fc6bdb349289054a04ff49e5922b27dc7f3799b /src/wallet.h
parent48984829151d76fefb62029e500145d7e4f19a8d (diff)
downloadbitcoin-cae1a682678e94015ff89be2c6fa6484c8ef6fbe.tar.xz
remove obsolete BackupWallet() entry in wallet.h
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index e0f39b4170..ea7b279268 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -166,7 +166,6 @@ public:
}
int LoadWallet(bool& fFirstRunRet);
-// bool BackupWallet(const std::string& strDest);
bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName);