From 637ed01ada7596a01c2995e9f11ae8e78e17c22d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Jul 2003 01:04:00 +0000 Subject: Fixed unused parameter warning. --- src/LexPS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/LexPS.cxx b/src/LexPS.cxx index 97834862f..6a6f548ae 100644 --- a/src/LexPS.cxx +++ b/src/LexPS.cxx @@ -275,7 +275,7 @@ static void ColourisePSDoc( sc.Complete(); } -static void FoldPSDoc(unsigned int startPos, int length, int initStyle, WordList *[], +static void FoldPSDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) { bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0; bool foldAtElse = styler.GetPropertyInt("fold.at.else", 0) != 0; -- cgit v1.2.3