remove variables that don't actually exist

This commit is contained in:
Arisotura 2021-04-10 20:24:51 +02:00
parent 24824d7c66
commit 707b2396f2
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ extern u16 SPICnt; //
extern u32 ROMCnt; //
extern u8 ROMCommand[8]; //
extern u32 ROMDataOut;
extern u8 EncSeed0[5];
extern u8 EncSeed1[5];
extern u8* CartROM; // used only for header??
extern u32 CartROMSize;