aboutsummaryrefslogtreecommitdiff
path: root/src/qtui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtui.h')
-rw-r--r--src/qtui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qtui.h b/src/qtui.h
index 70952da70e..662b231cde 100644
--- a/src/qtui.h
+++ b/src/qtui.h
@@ -5,7 +5,6 @@
#define BITCOIN_EXTERNUI_H
#include <string>
-#include <boost/function/function0.hpp>
#include "wallet.h"
typedef void wxWindow;
@@ -41,8 +40,6 @@ extern int MyMessageBox(const std::string& message, const std::string& caption="
extern int ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style=wxOK, wxWindow* parent=NULL, int x=-1, int y=-1);
extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption, wxWindow* parent);
extern void ThreadSafeHandleURL(const std::string& strURL);
-extern void CalledSetStatusBar(const std::string& strText, int nField);
-extern void UIThreadCall(boost::function0<void> fn);
extern void MainFrameRepaint();
extern void AddressBookRepaint();
extern void InitMessage(const std::string &message);