X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqtui.h;h=662b231cde3da96c41f480aa9f91eba08b0c1739;hb=f0b5e9e116a1eb8b19b3676e7f8b125e912a78f3;hp=70952da70ee6c5a3ce5906b7a48b1cc5e523ee89;hpb=98e61758744ed34e8b7f59b37edb6d09b33d5517;p=novacoin.git diff --git a/src/qtui.h b/src/qtui.h index 70952da..662b231 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -5,7 +5,6 @@ #define BITCOIN_EXTERNUI_H #include -#include #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 fn); extern void MainFrameRepaint(); extern void AddressBookRepaint(); extern void InitMessage(const std::string &message);