aboutsummaryrefslogtreecommitdiff
path: root/src/noui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noui.h')
-rw-r--r--src/noui.h9
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()
{
}