From 6b7fda9b15f856b29a897909db468c237fbc5cbd Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Thu, 24 Feb 2022 17:48:37 -0300 Subject: [PATCH] Remove unused variable in ide_methods --- source/ide/ide_methods.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 5706adb05..a0a497779 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -15393,7 +15393,7 @@ END FUNCTION 'yes/no box 'END SUB -FUNCTION ideactivitybox$ (action$, titlestr$, messagestr$, buttons$, extras$) STATIC +FUNCTION ideactivitybox$ (action$, titlestr$, messagestr$, buttons$) STATIC SELECT CASE LCASE$(action$) CASE "setup"