From aac462df2dcc61ca55bffca4026c31aeba0d690a 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(-) 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