remove unused CalledSetStatusBar and UIThreadCall notifications

This commit is contained in:
Wladimir J. van der Laan
2012-03-24 19:11:39 +01:00
parent 98e6175874
commit f0b5e9e116
4 changed files with 0 additions and 25 deletions

View File

@@ -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()
{
}