Fixed VSCode shenanigans (#3383)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-10-09 07:20:09 -03:00 committed by GitHub
parent b5f7a51351
commit 68c2c45b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,6 @@ void TestRunner_Battle_CheckBattleRecordActionType(u32 battlerId, u32 recordInde
u32 TestRunner_Battle_GetForcedAbility(u32 side, u32 partyIndex);
s32 MgbaPrintf_(const char *fmt, ...);
#else
#define TestRunner_Battle_RecordAbilityPopUp(...) (void)0
@ -45,8 +43,6 @@ s32 MgbaPrintf_(const char *fmt, ...);
#define TestRunner_Battle_GetForcedAbility(...) (u32)0
#define MgbaPrintf_(...) (u32)0
#endif
#endif