1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Removes unused variable in ide_global.bas

This commit is contained in:
FellippeHeitor 2021-08-01 01:09:57 -03:00
parent 421714c372
commit 45205f91ec

View file

@ -206,7 +206,6 @@ TYPE idedbotype
END TYPE END TYPE
'-------------------------------------------------------------------------------- '--------------------------------------------------------------------------------
DIM SHARED idefocusline 'simply stores the location of the line to highlight in red DIM SHARED idefocusline 'simply stores the location of the line to highlight in red
DIM SHARED idecompilererrormessage$
DIM SHARED ideautorun, startPaused DIM SHARED ideautorun, startPaused
DIM SHARED menu$(1 TO 11, 0 TO 20) DIM SHARED menu$(1 TO 11, 0 TO 20)
DIM SHARED menuDesc$(1 TO 11, 0 TO 20) DIM SHARED menuDesc$(1 TO 11, 0 TO 20)