diff options
author | nyamatongwe <devnull@localhost> | 2001-09-19 07:35:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-19 07:35:52 +0000 |
commit | e529721d9530299023cc04787bc0e7612b9c4600 (patch) | |
tree | eaa35a36599d6f657cafb8c58565124cf0d31dfc /src | |
parent | 99445789753a68c5edd17d5471d5a905ce1d7ed5 (diff) | |
download | scintilla-mirror-e529721d9530299023cc04787bc0e7612b9c4600.tar.gz |
Removed line with no effect to avoid Borland warning.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexHTML.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index e6861f77f..3a03096f8 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -805,7 +805,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty i += size - 1; visibleChars += size - 1; ch = styler.SafeGetCharAt(i); - chNext = styler.SafeGetCharAt(i + 1); state = SCE_H_SGML_DEFAULT; continue; } |