aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAda.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexAda.cxx')
-rw-r--r--src/LexAda.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexAda.cxx b/src/LexAda.cxx
index 5810f0a01..91bf00ede 100644
--- a/src/LexAda.cxx
+++ b/src/LexAda.cxx
@@ -191,7 +191,6 @@ static void ColouriseAdaDoc(unsigned int startPos, int length, int initStyle,
// // Fill in the real level of the next line, keeping the current flags as they will be filled in later
// if (fold) {
// int flagsNext = styler.LevelAt(lineCurrent) & ~SC_FOLDLEVELNUMBERMASK;
-// //styler.SetLevel(lineCurrent, levelCurrent | flagsNext);
// styler.SetLevel(lineCurrent, levelPrev | flagsNext);
// }
}