diff --git a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
index 7028df13272e1887124ec461c1f6023f17f0d5fd..d2427ca679b0a1628e5a836a6b08356598e72cf4 100644
--- a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
+++ b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
@@ -86,7 +86,6 @@ public:
     MessageManagerPrototype(QObject *parent = 0);
 
 public slots:
-    void displayStatusBarMessage(const QString &text, int ms = 0);
     void printToOutputPane(const QString &text, bool bringToForeground);
     void printToOutputPanePopup(const QString &text); // pops up
     void printToOutputPane(const QString &text);