aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-08-02 23:52:46 +0200
committerhjk <hjk@qt.io>2016-08-03 06:14:14 +0000
commit8eca665307fe27985ca685f6f379d6214a054129 (patch)
treea38b14846aea97adc98ac1712bc9fcf5dae9bf46 /src/plugins/glsleditor
parent90629108fcc43ef5643fa6a8906573498371bca3 (diff)
GLSL: Remove some dead code
Commented out since the initial import in 2010 Change-Id: Icdb6ced53b39b2fda7037616cf9d2f098279e534 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditor.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/glsleditor/glsleditor.cpp b/src/plugins/glsleditor/glsleditor.cpp
index ddf7ed7535..a0871bd1b1 100644
--- a/src/plugins/glsleditor/glsleditor.cpp
+++ b/src/plugins/glsleditor/glsleditor.cpp
@@ -163,15 +163,6 @@ GlslEditorWidget::GlslEditorWidget()
m_outlineCombo->setSizePolicy(policy);
insertExtraToolBarWidget(TextEditorWidget::Left, m_outlineCombo);
-
-// if (m_modelManager) {
-// m_semanticHighlighter->setModelManager(m_modelManager);
-// connect(m_modelManager, SIGNAL(documentUpdated(GLSL::Document::Ptr)),
-// this, SLOT(onDocumentUpdated(GLSL::Document::Ptr)));
-// connect(m_modelManager, SIGNAL(libraryInfoUpdated(QString,GLSL::LibraryInfo)),
-// this, SLOT(forceSemanticRehighlight()));
-// connect(this->document(), SIGNAL(modificationChanged(bool)), this, SLOT(modificationChanged(bool)));
-// }
}
int GlslEditorWidget::editorRevision() const