From 5d7963d992185df6259e9a73160ef2e4de5ee8b1 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 25 Jun 2014 22:30:30 +0200 Subject: GLSLEditor: Remove unused function Change-Id: I290e613c8469aa3d5e8b4e230576e375b286fec6 Reviewed-by: David Schulz --- src/plugins/glsleditor/glsleditorfactory.cpp | 4 ---- src/plugins/glsleditor/glsleditorfactory.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/src/plugins/glsleditor/glsleditorfactory.cpp b/src/plugins/glsleditor/glsleditorfactory.cpp index 502d2dd3ef..47283799e8 100644 --- a/src/plugins/glsleditor/glsleditorfactory.cpp +++ b/src/plugins/glsleditor/glsleditorfactory.cpp @@ -69,7 +69,3 @@ Core::IEditor *GLSLEditorFactory::createEditor() TextEditor::TextEditorSettings::initializeEditor(rc); return rc->editor(); } - -void GLSLEditorFactory::updateEditorInfoBar(Core::IEditor *) -{ -} diff --git a/src/plugins/glsleditor/glsleditorfactory.h b/src/plugins/glsleditor/glsleditorfactory.h index 01a507b748..698fa77bd1 100644 --- a/src/plugins/glsleditor/glsleditorfactory.h +++ b/src/plugins/glsleditor/glsleditorfactory.h @@ -43,9 +43,6 @@ public: GLSLEditorFactory(QObject *parent); Core::IEditor *createEditor(); - -private slots: - void updateEditorInfoBar(Core::IEditor *editor); }; } // namespace Internal -- cgit v1.2.1