summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/assert.h')
-rwxr-xr-xinclude/assert.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/assert.h b/include/assert.h
index d724290fa..5a134d7c9 100755
--- a/include/assert.h
+++ b/include/assert.h
@@ -33,8 +33,7 @@
void AGBPrintFlush1Block(void);
void AGBPrintFlush(void);
void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopProgram);
- // NOGBA PROTOTYPES FOR LIBISAGBPRN.C
- bool32 IsNoGba(void);
+ // NOGBA PROTOTYPE FOR LIBISAGBPRN.C
void NOGBAPrint(const char *pBuf);
#endif