Browse Source

remove obsolete BackupWallet() entry in wallet.h

0.8
Philip Kaufmann 13 years ago
parent
commit
e23a121afe
  1. 1
      src/wallet.h

1
src/wallet.h

@ -227,7 +227,6 @@ public: @@ -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);

Loading…
Cancel
Save