diff --git a/src/plugins/coreplugin/editormanager/editorview.h b/src/plugins/coreplugin/editormanager/editorview.h
index a0abfb0d6038480f2871d22363fbccc85449464d..671bfc79f203132652c9de1d7cc74c6789ee7a96 100644
--- a/src/plugins/coreplugin/editormanager/editorview.h
+++ b/src/plugins/coreplugin/editormanager/editorview.h
@@ -96,9 +96,6 @@ public:
                            QObject *object, const char *member);
     void hideEditorStatusBar(const QString &id);
 
-private slots:
-    void updateEditorStatus(Core::IEditor *editor = 0);
-
 private:
     void updateNavigatorActions();
     void updateToolBar(IEditor *editor);