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
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-03 11:30:52 +0200
commite23a121afef9b17ec806b8f800f9ede978af6fc7 (patch)
treea8de2944771e962a7cd070b96572791a66ea4529 /src/wallet.h
parente099e1568a3343ddb32b18e276282c87fa49e584 (diff)
downloadbitcoin-e23a121afef9b17ec806b8f800f9ede978af6fc7.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 49d21d1c40..44c11e2ec4 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -227,7 +227,6 @@ public:
void SetBestChain(const CBlockLocator& loc);
int LoadWallet(bool& fFirstRunRet);
-// bool BackupWallet(const std::string& strDest);
bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName);