aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPascal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexPascal.cxx')
-rw-r--r--src/LexPascal.cxx1
1 files changed, 0 insertions, 1 deletions
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;