From 65ed219ff652f65f5ee0c452e77907208171a6dc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 8 Nov 2000 08:50:52 +0000 Subject: Added Pascal Lexer. --- src/LexPascal.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx index b9aed807b..d9227df99 100644 --- a/src/LexPascal.cxx +++ b/src/LexPascal.cxx @@ -48,7 +48,6 @@ static void ColourisePascalDoc(unsigned int startPos, int length, int initStyle, styler.StartAt(startPos); bool fold = styler.GetPropertyInt("fold"); - bool stylingWithinPreprocessor = styler.GetPropertyInt("styling.within.preprocessor"); int lineCurrent = styler.GetLine(startPos); int levelPrev = styler.LevelAt(lineCurrent) & SC_FOLDLEVELNUMBERMASK; int levelCurrent = levelPrev; -- cgit v1.2.3