summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-06-25 22:30:30 +0200
committerDavid Schulz <david.schulz@digia.com>2014-06-26 07:55:56 +0200
commit5d7963d992185df6259e9a73160ef2e4de5ee8b1 (patch)
tree5ba4647c71dfc0ef4c831e593d5dbd61872cb2e2
parent0e0d70191fd14cf0d41a93ff8a05c9def035a1c9 (diff)
downloadqt-creator-5d7963d992185df6259e9a73160ef2e4de5ee8b1.tar.gz
GLSLEditor: Remove unused function
Change-Id: I290e613c8469aa3d5e8b4e230576e375b286fec6 Reviewed-by: David Schulz <david.schulz@digia.com>
-rw-r--r--src/plugins/glsleditor/glsleditorfactory.cpp4
-rw-r--r--src/plugins/glsleditor/glsleditorfactory.h3
2 files changed, 0 insertions, 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