Remove time counter

Nobody uses that, and it requires running extra code for each line
This commit is contained in:
ISSOtm
2021-01-22 08:49:18 +01:00
parent 993c034039
commit 1487eebe79
3 changed files with 1 additions and 26 deletions

View File

@@ -24,7 +24,6 @@
#define MAXMACROARGS 99999
#define MAXINCPATHS 128
extern uint32_t nTotalLines;
extern struct Section *pCurrentSection;
#endif /* RGBDS_ASM_ASM_H */