Remove jump to empty REM line. Found with yucca!

This commit is contained in:
catseye 2012-03-24 22:31:00 -05:00
parent 681a730080
commit ba4319011c
1 changed files with 1 additions and 2 deletions

View File

@ -160,9 +160,8 @@ REM ! BOOLEAN NOT
REM " TOGGLE QUOTEMODE
1110 IF QM%=0 THEN QM%=1:GOTO 1180
1110 IF QM%=0 THEN QM%=1:GOTO 1190
1120 QM%=0
1180 REM
1190 RETURN
REM # TRAMPOLINE