diff options
author | nyamatongwe <unknown> | 2001-09-19 07:35:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-09-19 07:35:52 +0000 |
commit | e9da3dad7b71caf6ead01bf0ca10438bc822cf87 (patch) | |
tree | eaa35a36599d6f657cafb8c58565124cf0d31dfc | |
parent | 63883c49319aac3fa8d94835ab871fef88a2307c (diff) | |
download | scintilla-mirror-e9da3dad7b71caf6ead01bf0ca10438bc822cf87.tar.gz |
Removed line with no effect to avoid Borland warning.
-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; } |