summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-02 00:54:56 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-02 00:54:56 -0500
commit6c5e0ef4d873ae89708b7ebc547f2243893359f4 (patch)
tree54ea7b9298ad937e1ce64a8f8d4297e3d3a666d2 /include/assert.h
parentd50dcfcdd37aedab6352e4953cb2be04f2691113 (diff)
remove function that doesn't exist anymore.
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