diff options
author | nyamatongwe <devnull@localhost> | 2001-04-13 05:48:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-04-13 05:48:00 +0000 |
commit | da53fa3bfcfa5e9a6f3819f60ec85099345947b4 (patch) | |
tree | c8155f55bfe32c3b0d6af30a9958661c08e4b2f2 /src/LexPascal.cxx | |
parent | 403ba611d3a73760651348d4fb42d0409a2058b3 (diff) | |
download | scintilla-mirror-da53fa3bfcfa5e9a6f3819f60ec85099345947b4.tar.gz |
Removed some dead commented code.
Diffstat (limited to 'src/LexPascal.cxx')
-rw-r--r-- | src/LexPascal.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx index bc1d71c4e..acc38b52d 100644 --- a/src/LexPascal.cxx +++ b/src/LexPascal.cxx @@ -215,9 +215,7 @@ static void ColourisePascalDoc(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); - } } |