1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Remove unused variable in ide_methods

This commit is contained in:
Fellippe Heitor 2022-02-24 17:48:37 -03:00
parent cd78160b44
commit 6b7fda9b15

View file

@ -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"