diff options
| author | nyamatongwe <unknown> | 2001-04-13 05:48:00 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-04-13 05:48:00 +0000 | 
| commit | 7f9bebdfdc4a931513b37d27a8da848ebdef8f4f (patch) | |
| tree | c8155f55bfe32c3b0d6af30a9958661c08e4b2f2 /src/LexHTML.cxx | |
| parent | 049a847b1cefe16a352aaa80ea9e40f600bb63a5 (diff) | |
| download | scintilla-mirror-7f9bebdfdc4a931513b37d27a8da848ebdef8f4f.tar.gz | |
Removed some dead commented code.
Diffstat (limited to 'src/LexHTML.cxx')
| -rw-r--r-- | src/LexHTML.cxx | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 41c30d735..ee0f2be6a 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1308,9 +1308,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty  	// 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); -  	}  }  | 
