remove MessageManager::displayStatusMessage

This commit is contained in:
dt
2010-02-19 14:13:38 +01:00
parent 92cb4fca3f
commit 821d49414c
5 changed files with 0 additions and 23 deletions

View File

@@ -68,12 +68,6 @@ void MessageManager::showOutputPane()
m_messageOutputWindow->popup(false);
}
void MessageManager::displayStatusBarMessage(const QString & /*text*/, int /*ms*/)
{
// TODO: Currently broken, but no one really notices, so...
//m_mainWindow->statusBar()->showMessage(text, ms);
}
void MessageManager::printToOutputPane(const QString &text, bool bringToForeground)
{
if (!m_messageOutputWindow)