From 827de038ab6fa58aa3d46151eb2f8dc6add7743e Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Mon, 17 Apr 2017 19:46:08 -0400 Subject: Remove direct bitcoin calls from qt/coincontroldialog.cpp --- src/qt/walletmodel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qt/walletmodel.h') diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 8ff19f4ae5..6a4974e957 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -191,10 +191,6 @@ public: UnlockContext requestUnlock(); - void getOutputs(const std::vector& vOutpoints, std::vector& vOutputs); - bool isSpent(const COutPoint& outpoint) const; - void listCoins(std::map >& mapCoins) const; - void loadReceiveRequests(std::vector& vReceiveRequests); bool saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest); -- cgit v1.2.3