diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-03-24 19:11:39 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-04 09:35:01 +0200 |
commit | f0b5e9e116a1eb8b19b3676e7f8b125e912a78f3 (patch) | |
tree | 19299f9d2a096792a36ce53fc3b1352b67ddf348 /src/noui.h | |
parent | 98e61758744ed34e8b7f59b37edb6d09b33d5517 (diff) |
remove unused CalledSetStatusBar and UIThreadCall notifications
Diffstat (limited to 'src/noui.h')
-rw-r--r-- | src/noui.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/noui.h b/src/noui.h index e4faa2ed09..e91cca3cfd 100644 --- a/src/noui.h +++ b/src/noui.h @@ -6,7 +6,6 @@ #define BITCOIN_NOUI_H #include <string> -#include <boost/function.hpp> #include "wallet.h" typedef void wxWindow; @@ -55,14 +54,6 @@ inline bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption, return true; } -inline void CalledSetStatusBar(const std::string& strText, int nField) -{ -} - -inline void UIThreadCall(boost::function0<void> fn) -{ -} - inline void MainFrameRepaint() { } |