From: Philip Kaufmann Date: Thu, 3 May 2012 09:30:52 +0000 (+0200) Subject: remove obsolete BackupWallet() entry in wallet.h X-Git-Tag: v0.4.0-unstable~129^2~27^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=e23a121afef9b17ec806b8f800f9ede978af6fc7 remove obsolete BackupWallet() entry in wallet.h --- diff --git a/src/wallet.h b/src/wallet.h index 49d21d1..44c11e2 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);