CMake: Remove statement that has no effect

Change-Id: I3e1494165a77ea76c83d45f2bb08f2a87cd68436
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-19 23:31:40 +03:00
committed by Orgad Shaneh
parent d0c925f567
commit a5334956a8

View File

@@ -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;
}