aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCPP.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-02-13 23:52:29 +0000
committernyamatongwe <unknown>2008-02-13 23:52:29 +0000
commit0d56afeed6fe58c78cbe316166b74a7f4da20f71 (patch)
tree2db558d4e2c1f6006138c49750b5bf7f65d0403b /src/LexCPP.cxx
parent6c71faade9aaed0b3372bae5030503a04d1191e0 (diff)
downloadscintilla-mirror-0d56afeed6fe58c78cbe316166b74a7f4da20f71.tar.gz
Revert last change which was accidental.
Diffstat (limited to 'src/LexCPP.cxx')
-rw-r--r--src/LexCPP.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/LexCPP.cxx b/src/LexCPP.cxx
index 77d371b90..49dad8b9b 100644
--- a/src/LexCPP.cxx
+++ b/src/LexCPP.cxx
@@ -445,9 +445,6 @@ static void FoldCppDoc(unsigned int startPos, int length, int initStyle,
visibleChars = 0;
}
}
- if ((unsigned)styler.Length() == endPos) {
- styler.SetLevel(lineCurrent, levelCurrent);
- }
}
static const char * const cppWordLists[] = {