Remove declaration for unimplemented function

This commit is contained in:
Jeffrey Pfau 2014-07-16 02:09:19 -07:00
parent f1f55cea47
commit 0584c19229
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ struct GBACartridge {
void GBACreate(struct GBA* gba);
void GBADestroy(struct GBA* gba);
void GBABInterruptHandlerInit(struct ARMInterruptHandler* board);
void GBAReset(struct ARMCore* cpu);
void GBATimerUpdateRegister(struct GBA* gba, int timer);