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

@@ -88,16 +88,6 @@ void ThreadSafeHandleURL(const std::string& strURL)
Q_ARG(QString, QString::fromStdString(strURL)));
}
void CalledSetStatusBar(const std::string& strText, int nField)
{
// Only used for built-in mining, which is disabled, simple ignore
}
void UIThreadCall(boost::function0<void> fn)
{
// Only used for built-in mining, which is disabled, simple ignore
}
void MainFrameRepaint()
{
if(clientmodel)