diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-03-24 19:11:39 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-04-04 09:35:01 +0200 |
| commit | f0b5e9e116a1eb8b19b3676e7f8b125e912a78f3 (patch) | |
| tree | 19299f9d2a096792a36ce53fc3b1352b67ddf348 /src/qt/bitcoin.cpp | |
| parent | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead... (diff) | |
| download | discoin-f0b5e9e116a1eb8b19b3676e7f8b125e912a78f3.tar.xz discoin-f0b5e9e116a1eb8b19b3676e7f8b125e912a78f3.zip | |
remove unused CalledSetStatusBar and UIThreadCall notifications
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index f330feedb..e91855bec 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -88,16 +88,6 @@ void ThreadSafeHandleURL(const std::string& strURL) Q_ARG(QString, QString::fromStdString(strURL))); } -void CalledSetStatusBar(const std::string& strText, int nField) -{ - // Only used for built-in mining, which is disabled, simple ignore -} - -void UIThreadCall(boost::function0<void> fn) -{ - // Only used for built-in mining, which is disabled, simple ignore -} - void MainFrameRepaint() { if(clientmodel) |