From 13b5d5672b065d768387bdee702801f8086dde8c Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Fri, 26 Jan 2024 00:56:44 +0100 Subject: [PATCH] Removed a unused variable - this popped up as warning during my tests, it comes from @mkilgore its latest CONST changes --- source/utilities/elements.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities/elements.bas b/source/utilities/elements.bas index b6f124bc4..891a2342d 100644 --- a/source/utilities/elements.bas +++ b/source/utilities/elements.bas @@ -118,7 +118,7 @@ FUNCTION getelementsbefore$ (a$, i1) END FUNCTION FUNCTION getelementsafter$ (a$, i1) - DIM p AS LONG, n AS LONG, i AS LONG, i1pos AS LONG + DIM p AS LONG, n AS LONG, i AS LONG n = 1 p = 1