forked from qt-creator/qt-creator
CMake: Remove statement that has no effect
Change-Id: I3e1494165a77ea76c83d45f2bb08f2a87cd68436 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
d0c925f567
commit
a5334956a8
@@ -106,7 +106,6 @@ void CMakeHighlighter::highlightBlock(const QString &text)
|
|||||||
buf += c;
|
buf += c;
|
||||||
i++;
|
i++;
|
||||||
if (i < text.length()) {
|
if (i < text.length()) {
|
||||||
text.at(i);
|
|
||||||
setFormat(i, 1, emptyFormat);
|
setFormat(i, 1, emptyFormat);
|
||||||
buf += c;
|
buf += c;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user