From 2701a4c8c7e2dea4cbd604146b58c81bbef0355a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 22 Jul 2000 06:51:09 +0000 Subject: Updates to make new API work on both GTK+ and Win32. --- src/LexHTML.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/LexHTML.cxx') diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index cb6eadaab..244eb2b6e 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -345,7 +345,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty // Handle DBCS codepages if (styler.IsLeadByte(ch)) { - chPrev2 = ' '; chPrev = ' '; i += 1; continue; @@ -434,7 +433,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty scriptLanguage = eScriptNone; i += 2; continue; - break; } } -- cgit v1.2.3