mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove time counter
Nobody uses that, and it requires running extra code for each line
This commit is contained in:
@@ -565,9 +565,7 @@ lines : /* empty */
|
||||
| lines {
|
||||
nListCountEmpty = 0;
|
||||
nPCOffset = 0;
|
||||
} line {
|
||||
nTotalLines++;
|
||||
}
|
||||
} line
|
||||
;
|
||||
|
||||
line : label T_NEWLINE
|
||||
|
||||
Reference in New Issue
Block a user