From a5334956a861d3cfd247309b2e05b33c847ad419 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 19 May 2014 23:31:40 +0300 Subject: [PATCH] CMake: Remove statement that has no effect Change-Id: I3e1494165a77ea76c83d45f2bb08f2a87cd68436 Reviewed-by: Daniel Teske --- src/plugins/cmakeprojectmanager/cmakehighlighter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp b/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp index a45e1deef1b..d6bb7c46f22 100644 --- a/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp +++ b/src/plugins/cmakeprojectmanager/cmakehighlighter.cpp @@ -106,7 +106,6 @@ void CMakeHighlighter::highlightBlock(const QString &text) buf += c; i++; if (i < text.length()) { - text.at(i); setFormat(i, 1, emptyFormat); buf += c; }